fix modulebuilder

tms mustn't have a not null
This commit is contained in:
Norbert Penel / OSCSS 2019-05-18 00:39:31 +02:00
parent cf207aa545
commit f569785e85

View File

@ -22,7 +22,7 @@ CREATE TABLE llx_mymodule_myobject(
qty INTEGER, qty INTEGER,
status INTEGER, status INTEGER,
date_creation DATETIME NOT NULL, date_creation DATETIME NOT NULL,
tms TIMESTAMP NOT NULL, tms TIMESTAMP,
import_key VARCHAR(14) import_key VARCHAR(14)
-- END MODULEBUILDER FIELDS -- END MODULEBUILDER FIELDS
) ENGINE=innodb; ) ENGINE=innodb;