Update llx_bom_bom.sql
This commit is contained in:
parent
3585a5161c
commit
cd5c2c3249
@ -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,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user