Ajout champs statut
This commit is contained in:
parent
385c4f8b57
commit
55a5f7be35
@ -25,6 +25,6 @@ create table llx_prelevement_facture
|
|||||||
(
|
(
|
||||||
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
||||||
fk_facture integer NOT NULL,
|
fk_facture integer NOT NULL,
|
||||||
fk_prelevement integer NOT NULL
|
fk_prelevement integer NOT NULL,
|
||||||
|
statut smallint DEFAULT 0
|
||||||
)type=innodb;
|
)type=innodb;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user