fix modulebuilder
tms mustn't have a not null
This commit is contained in:
parent
cf207aa545
commit
f569785e85
@ -22,7 +22,7 @@ CREATE TABLE llx_mymodule_myobject(
|
||||
qty INTEGER,
|
||||
status INTEGER,
|
||||
date_creation DATETIME NOT NULL,
|
||||
tms TIMESTAMP NOT NULL,
|
||||
tms TIMESTAMP,
|
||||
import_key VARCHAR(14)
|
||||
-- END MODULEBUILDER FIELDS
|
||||
) ENGINE=innodb;
|
||||
Loading…
Reference in New Issue
Block a user