Modif structure
This commit is contained in:
parent
3679d070e8
commit
594cdd9867
@ -21,10 +21,9 @@
|
|||||||
|
|
||||||
create table llx_facture_tva_sum
|
create table llx_facture_tva_sum
|
||||||
(
|
(
|
||||||
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
|
||||||
fk_facture integer NOT NULL,
|
fk_facture integer NOT NULL,
|
||||||
amount real,
|
amount real NOT NULL,
|
||||||
tva_tx real default 19.6,
|
tva_tx real NOT NULL,
|
||||||
|
|
||||||
KEY(fk_facture)
|
KEY(fk_facture)
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user