remove variant type id (enum) from variants table, use internal id for category field on variants form
This commit is contained in:
@@ -32,11 +32,6 @@ class CreateProductCategoryVariants extends AbstractMigration
|
||||
'default' => null,
|
||||
'null' => true,
|
||||
]);
|
||||
$table->addColumn('variant_type_id', 'integer', [
|
||||
'default' => null,
|
||||
'limit' => 11,
|
||||
'null' => false,
|
||||
]);
|
||||
$table->addColumn('enabled', 'boolean', [
|
||||
'default' => null,
|
||||
'null' => false,
|
||||
|
||||
Reference in New Issue
Block a user