@@ -13,7 +13,7 @@ |
||
13 | 13 | */ |
14 | 14 | public function up() |
15 | 15 | { |
16 | - Schema::create('h5p_libraries_cachedassets', function (Blueprint $table) { |
|
16 | + Schema::create('h5p_libraries_cachedassets', function(Blueprint $table) { |
|
17 | 17 | $table->bigInteger('library_id')->unsigned(); |
18 | 18 | $table->string('hash', 64); |
19 | 19 | $table->primary(['library_id', 'hash'], 'fk_primary'); |
@@ -13,7 +13,7 @@ |
||
13 | 13 | */ |
14 | 14 | public function up() |
15 | 15 | { |
16 | - Schema::create('h5p_libraries', function (Blueprint $table) { |
|
16 | + Schema::create('h5p_libraries', function(Blueprint $table) { |
|
17 | 17 | $table->bigIncrements('id'); |
18 | 18 | $table->timestamps(); |
19 | 19 | $table->string('name', 127); |