Fix: Syntax error
This commit is contained in:
parent
2a8d5a7ef4
commit
c2b5fca8b6
@ -15,8 +15,8 @@ ALTER TABLE llx_product_stock drop column location;
|
||||
create table llx_product_association
|
||||
(
|
||||
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
||||
fk_product_pere integer NOT NULL DEFAULT 0, -- id du produit maitre
|
||||
fk_product_fils integer NOT NULL DEFAULT 0, -- id du sous-produit
|
||||
fk_product_pere integer NOT NULL DEFAULT 0,
|
||||
fk_product_fils integer NOT NULL DEFAULT 0,
|
||||
qty double NULL
|
||||
)type=innodb;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user