Ajout champs statut

This commit is contained in:
Rodolphe Quiedeville 2005-01-19 13:48:57 +00:00
parent 385c4f8b57
commit 55a5f7be35

View File

@ -25,6 +25,6 @@ create table llx_prelevement_facture
(
rowid integer AUTO_INCREMENT PRIMARY KEY,
fk_facture integer NOT NULL,
fk_prelevement integer NOT NULL
fk_prelevement integer NOT NULL,
statut smallint DEFAULT 0
)type=innodb;