Ajout champs Date
This commit is contained in:
parent
237fba7ed0
commit
3cd152a854
@ -25,6 +25,7 @@ create table llx_contratdet_log
|
|||||||
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
||||||
tms timestamp,
|
tms timestamp,
|
||||||
fk_contratdet integer NOT NULL,
|
fk_contratdet integer NOT NULL,
|
||||||
|
date datetime NOT NULL,
|
||||||
statut smallint NOT NULL,
|
statut smallint NOT NULL,
|
||||||
fk_user_author integer NOT NULL,
|
fk_user_author integer NOT NULL,
|
||||||
commentaire text
|
commentaire text
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user