Ajout champs fk_batch
This commit is contained in:
parent
174ccf89f4
commit
ab32719e95
@ -35,7 +35,8 @@ create table llx_telephonie_facture (
|
|||||||
cout_vente_remise real,
|
cout_vente_remise real,
|
||||||
gain real,
|
gain real,
|
||||||
isfacturable enum('oui','non') DEFAULT 'oui',
|
isfacturable enum('oui','non') DEFAULT 'oui',
|
||||||
fk_facture integer
|
fk_facture integer,
|
||||||
|
fk_batch integer NOT NULL
|
||||||
|
|
||||||
)type=innodb;
|
)type=innodb;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user