Positionne le fk_product a 0 par default

This commit is contained in:
Rodolphe Quiedeville 2003-10-11 13:34:02 +00:00
parent 3231ea956d
commit 1fd641ce9b

View File

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