Modif structure

This commit is contained in:
Rodolphe Quiedeville 2003-09-15 18:16:32 +00:00
parent 3679d070e8
commit 594cdd9867

View File

@ -21,10 +21,9 @@
create table llx_facture_tva_sum
(
rowid integer AUTO_INCREMENT PRIMARY KEY,
fk_facture integer NOT NULL,
amount real,
tva_tx real default 19.6,
amount real NOT NULL,
tva_tx real NOT NULL,
KEY(fk_facture)
);