2
0
forked from Wavyzz/dolibarr
This commit is contained in:
Alexandre SPANGARO
2022-02-14 11:23:03 +01:00
parent 636a01725e
commit b7b3a25aba
9 changed files with 16 additions and 16 deletions

View File

@@ -25,7 +25,7 @@ CREATE TABLE llx_asset_model(
note_public text,
note_private text,
date_creation datetime NOT NULL,
tms timestamp,
tms timestamp DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
fk_user_creat integer NOT NULL,
fk_user_modif integer,
import_key varchar(14),