Update llx_product_attribute_combination.sql

This commit is contained in:
Cédric 2020-09-04 23:08:02 +02:00 committed by GitHub
parent 76a5a42191
commit 806cfa84e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,5 +25,6 @@ CREATE TABLE llx_product_attribute_combination
variation_price DOUBLE(24,8) NOT NULL,
variation_price_percentage INTEGER NULL,
variation_weight REAL NOT NULL,
ref_ext varchar(255) DEFAULT NULL,
entity INTEGER DEFAULT 1 NOT NULL
)ENGINE=innodb;