Update llx_bom_bom.sql

This commit is contained in:
ptibogxiv 2019-06-14 18:39:05 +02:00 committed by GitHub
parent 3585a5161c
commit cd5c2c3249
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,8 @@ CREATE TABLE llx_bom_bom(
fk_product integer,
qty double(24,8),
efficiency double(8,4) DEFAULT 1,
date_creation datetime NOT NULL,
date_creation datetime NOT NULL,
date_valid datetime NOT NULL,
tms timestamp,
date_valid datetime,
fk_user_creat integer NOT NULL,
@ -35,4 +36,4 @@ CREATE TABLE llx_bom_bom(
import_key varchar(14),
status integer NOT NULL
-- END MODULEBUILDER FIELDS
) ENGINE=innodb;
) ENGINE=innodb;