2
0
forked from Wavyzz/dolibarr

Fix missing tms field

This commit is contained in:
Laurent Destailleur
2024-01-18 00:47:02 +01:00
parent c7557671e1
commit 0719a2f9dc

View File

@@ -19,6 +19,7 @@ CREATE TABLE llx_bom_bomline(
fk_bom integer NOT NULL, fk_bom integer NOT NULL,
fk_product integer NOT NULL, fk_product integer NOT NULL,
fk_bom_child integer NULL, fk_bom_child integer NULL,
tms timestamp DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
description text, description text,
import_key varchar(14), import_key varchar(14),
qty double(24,8) NOT NULL, qty double(24,8) NOT NULL,