Ajout champs amount
This commit is contained in:
parent
af7c12f499
commit
526206e061
@ -24,6 +24,7 @@ create table llx_paiement_facture
|
|||||||
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
||||||
fk_paiement integer,
|
fk_paiement integer,
|
||||||
fk_facture integer,
|
fk_facture integer,
|
||||||
|
amount real default 0,
|
||||||
|
|
||||||
unique key (fk_paiement,fk_facture)
|
unique key (fk_paiement,fk_facture)
|
||||||
)type=innodb;
|
)type=innodb;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user