Total Complexity | 2 |
Total Lines | 49 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
7 | class CreateProductVariantsTable extends Migration |
||
8 | { |
||
9 | /** |
||
10 | * Run the migrations. |
||
11 | * |
||
12 | * @return void |
||
13 | */ |
||
14 | public function up() |
||
44 | // $table->unique(['product_id', 'product_attribute_id', 'product_attribute_value_id'], 'product_variation_attribute'); |
||
45 | }); |
||
46 | } |
||
47 | |||
48 | /** |
||
49 | * Reverse the migrations. |
||
50 | * |
||
51 | * @return void |
||
52 | */ |
||
53 | public function down() |
||
58 |