Modif nom de champ
This commit is contained in:
parent
889483f304
commit
3586cb33dd
@ -23,8 +23,8 @@
|
||||
|
||||
create table llx_prelevement_facture
|
||||
(
|
||||
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
||||
fk_facture integer NOT NULL,
|
||||
fk_prelevement integer NOT NULL,
|
||||
statut smallint DEFAULT 0
|
||||
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
||||
fk_facture integer NOT NULL,
|
||||
fk_prelevement_lignes integer NOT NULL
|
||||
|
||||
)type=innodb;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user