Modif nom de champ
This commit is contained in:
parent
889483f304
commit
3586cb33dd
@ -23,8 +23,8 @@
|
|||||||
|
|
||||||
create table llx_prelevement_facture
|
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_lignes integer NOT NULL
|
||||||
statut smallint DEFAULT 0
|
|
||||||
)type=innodb;
|
)type=innodb;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user