@@ -8,7 +8,7 @@ |
||
| 8 | 8 | { |
| 9 | 9 | public function up() |
| 10 | 10 | { |
| 11 | - Schema::create('bedard_shop_inventory_option_values', function (Blueprint $table) { |
|
| 11 | + Schema::create('bedard_shop_inventory_option_values', function(Blueprint $table) { |
|
| 12 | 12 | $table->engine = 'InnoDB'; |
| 13 | 13 | $table->integer('inventory_id')->unsigned(); |
| 14 | 14 | $table->integer('option_value_id')->unsigned(); |