product variants table split off from category variants table, variant values table updated to reflect

This commit is contained in:
2025-10-03 02:16:24 -07:00
parent d49a8784e6
commit 49912abd3a
21 changed files with 477 additions and 46 deletions

View File

@@ -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,
]);