Ajout champs amount

This commit is contained in:
Rodolphe Quiedeville 2004-02-09 13:08:14 +00:00
parent af7c12f499
commit 526206e061

View File

@ -24,6 +24,7 @@ create table llx_paiement_facture
rowid integer AUTO_INCREMENT PRIMARY KEY,
fk_paiement integer,
fk_facture integer,
amount real default 0,
unique key (fk_paiement,fk_facture)
)type=innodb;