forked from Wavyzz/dolibarr
Fix tms
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user