Ajout datec

This commit is contained in:
Rodolphe Quiedeville 2005-10-19 13:23:17 +00:00
parent 110b7a686f
commit f45e40d2ae

View File

@ -26,6 +26,7 @@ create table llx_telephonie_societe_fournid (
fk_soc integer NOT NULL,
fourn_id integer NOT NULL,
fk_fourn integer NOT NULL,
datec datetime,
unique (fk_soc, fk_fourn)
)type=innodb;