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

@ -27,6 +27,7 @@ CREATE TABLE llx_bom_bom(
qty double(24,8), qty double(24,8),
efficiency double(8,4) DEFAULT 1, efficiency double(8,4) DEFAULT 1,
date_creation datetime NOT NULL, date_creation datetime NOT NULL,
date_valid datetime NOT NULL,
tms timestamp, tms timestamp,
date_valid datetime, date_valid datetime,
fk_user_creat integer NOT NULL, fk_user_creat integer NOT NULL,