ajout fk_contrat
This commit is contained in:
parent
b24f9c05b2
commit
d089e25baf
@ -25,6 +25,7 @@
|
|||||||
|
|
||||||
create table llx_telephonie_facture (
|
create table llx_telephonie_facture (
|
||||||
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
||||||
|
fk_contrat integer NOT NULL,
|
||||||
fk_ligne integer NOT NULL,
|
fk_ligne integer NOT NULL,
|
||||||
ligne varchar(255) NOT NULL,
|
ligne varchar(255) NOT NULL,
|
||||||
date varchar(255) NOT NULL,
|
date varchar(255) NOT NULL,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user