product variants table split off from category variants table, variant values table updated to reflect
This commit is contained in:
@@ -24,7 +24,7 @@ class CreateProductSkuVariantValues extends BaseMigration
|
||||
'default' => null,
|
||||
'null' => false,
|
||||
]);
|
||||
$table->addColumn('product_category_variant_id', 'uuid', [
|
||||
$table->addColumn('product_variant_id', 'uuid', [
|
||||
'default' => null,
|
||||
'null' => false,
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user