x default position value
This commit is contained in:
@@ -37,7 +37,7 @@ CREATE TABLE `product`
|
||||
`tax_rule_id` INTEGER,
|
||||
`ref` VARCHAR(255) NOT NULL,
|
||||
`visible` TINYINT DEFAULT 0 NOT NULL,
|
||||
`position` INTEGER NOT NULL,
|
||||
`position` INTEGER DEFAULT 0 NOT NULL,
|
||||
`template_id` INTEGER,
|
||||
`created_at` DATETIME,
|
||||
`updated_at` DATETIME,
|
||||
@@ -2298,7 +2298,7 @@ CREATE TABLE `product_version`
|
||||
`tax_rule_id` INTEGER,
|
||||
`ref` VARCHAR(255) NOT NULL,
|
||||
`visible` TINYINT DEFAULT 0 NOT NULL,
|
||||
`position` INTEGER NOT NULL,
|
||||
`position` INTEGER DEFAULT 0 NOT NULL,
|
||||
`template_id` INTEGER,
|
||||
`created_at` DATETIME,
|
||||
`updated_at` DATETIME,
|
||||
|
||||
Reference in New Issue
Block a user