Add variation_ref_ext field
This commit is contained in:
parent
1ceb7c8677
commit
092b66a7f1
@ -206,6 +206,7 @@ ALTER TABLE llx_recruitment_recruitmentcandidature ADD UNIQUE INDEX uk_recruitme
|
|||||||
|
|
||||||
|
|
||||||
ALTER TABLE llx_product_attribute ADD COLUMN ref_ext VARCHAR(255) after ref;
|
ALTER TABLE llx_product_attribute ADD COLUMN ref_ext VARCHAR(255) after ref;
|
||||||
|
ALTER TABLE llx_product_attribute_combination ADD COLUMN variation_ref_ext varchar(255) AFTER variation_weight;
|
||||||
|
|
||||||
|
|
||||||
CREATE TABLE llx_product_attribute_combination_price_level
|
CREATE TABLE llx_product_attribute_combination_price_level
|
||||||
|
|||||||
@ -26,5 +26,6 @@ CREATE TABLE llx_product_attribute_combination
|
|||||||
variation_price DOUBLE(24,8) NOT NULL,
|
variation_price DOUBLE(24,8) NOT NULL,
|
||||||
variation_price_percentage INTEGER NULL,
|
variation_price_percentage INTEGER NULL,
|
||||||
variation_weight REAL NOT NULL,
|
variation_weight REAL NOT NULL,
|
||||||
|
variation_ref_ext VARCHAR(255) NULL,
|
||||||
entity INTEGER DEFAULT 1 NOT NULL
|
entity INTEGER DEFAULT 1 NOT NULL
|
||||||
)ENGINE=innodb;
|
)ENGINE=innodb;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user