Update llx_product_association.sql
This commit is contained in:
parent
ef2bb99476
commit
3b236f677d
@ -24,6 +24,6 @@ create table llx_product_association
|
|||||||
fk_product_fils integer NOT NULL DEFAULT 0, -- id du sous-produit
|
fk_product_fils integer NOT NULL DEFAULT 0, -- id du sous-produit
|
||||||
qty double NULL,
|
qty double NULL,
|
||||||
incdec integer DEFAULT 1, -- when set to 1 changing stock of product will change stock of linked product too
|
incdec integer DEFAULT 1, -- when set to 1 changing stock of product will change stock of linked product too
|
||||||
range integer,
|
rang integer DEFAULT 0
|
||||||
)ENGINE=innodb;
|
)ENGINE=innodb;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user