Ajout tms
This commit is contained in:
parent
2ef4972b84
commit
16c29f7911
@ -28,6 +28,7 @@ create table llx_telephonie_contrat_contact_facture (
|
|||||||
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
||||||
fk_contact integer NOT NULL,
|
fk_contact integer NOT NULL,
|
||||||
fk_contrat integer NOT NULL,
|
fk_contrat integer NOT NULL,
|
||||||
|
tms timestamp,
|
||||||
|
|
||||||
UNIQUE (fk_contact, fk_contrat)
|
UNIQUE (fk_contact, fk_contrat)
|
||||||
)type=innodb;
|
)type=innodb;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user