Update llx_product_attribute.sql
This commit is contained in:
parent
0a09284b8f
commit
76a5a42191
@ -20,6 +20,7 @@ CREATE TABLE llx_product_attribute
|
||||
(
|
||||
rowid INT PRIMARY KEY NOT NULL AUTO_INCREMENT,
|
||||
ref VARCHAR(255) NOT NULL,
|
||||
ref_ext varchar(255) DEFAULT NULL,
|
||||
label VARCHAR(255) NOT NULL,
|
||||
rang INT DEFAULT 0 NOT NULL,
|
||||
entity INT DEFAULT 1 NOT NULL
|
||||
|
||||
Loading…
Reference in New Issue
Block a user