Positionne le fk_product a 0 par default
This commit is contained in:
parent
3231ea956d
commit
1fd641ce9b
@ -23,7 +23,7 @@ create table llx_facturedet
|
|||||||
(
|
(
|
||||||
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
||||||
fk_facture integer NOT NULL,
|
fk_facture integer NOT NULL,
|
||||||
fk_product integer,
|
fk_product integer NOT NULL default 0,
|
||||||
description text,
|
description text,
|
||||||
tva_taux real default 19.6, -- taux tva
|
tva_taux real default 19.6, -- taux tva
|
||||||
qty real, -- quantité
|
qty real, -- quantité
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user