FIX 2 déclarations of date_valid in SQL

This commit is contained in:
Nicolas ZABOURI 2019-06-18 10:55:16 +02:00
parent 376d31b71a
commit 96c6994827

View File

@ -27,10 +27,9 @@ CREATE TABLE llx_bom_bom(
qty double(24,8),
efficiency double(8,4) DEFAULT 1,
date_creation datetime NOT NULL,
date_valid datetime NOT NULL,
date_valid datetime,
tms timestamp,
date_valid datetime,
fk_user_creat integer NOT NULL,
fk_user_creat integer NOT NULL,
fk_user_modif integer,
fk_user_valid integer,
import_key varchar(14),