Ajout champs Date

This commit is contained in:
Rodolphe Quiedeville 2004-11-26 14:27:09 +00:00
parent 237fba7ed0
commit 3cd152a854

View File

@ -25,6 +25,7 @@ create table llx_contratdet_log
rowid integer AUTO_INCREMENT PRIMARY KEY,
tms timestamp,
fk_contratdet integer NOT NULL,
date datetime NOT NULL,
statut smallint NOT NULL,
fk_user_author integer NOT NULL,
commentaire text