Update llx_product_attribute.sql

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

View File

@ -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