Modif structure
This commit is contained in:
parent
3679d070e8
commit
594cdd9867
@ -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)
|
||||
);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user