Nouvelle structure pour nouvelle utilisation

This commit is contained in:
Rodolphe Quiedeville 2003-06-30 16:25:10 +00:00
parent 974e30a133
commit b515116eb6

View File

@ -24,8 +24,9 @@ create table llx_notify
(
rowid integer AUTO_INCREMENT PRIMARY KEY,
tms timestamp,
datec date, -- date de paiement
daten datetime, -- date de la notification
fk_action integer NOT NULL,
fk_soc integer NOT NULL,
fk_contact integer NOT NULL
fk_contact integer NOT NULL,
objet_type enum('ficheinter','facture','propale'),
objet_id integer NOT NULL
);