This commit is contained in:
Florian HENRY 2021-09-17 11:09:08 +02:00
parent aa575cd250
commit 61fddfd3b0

View File

@ -27,10 +27,10 @@ CREATE TABLE llx_product_lot (
eol_date datetime NULL,
manufacturing_date datetime NULL,
scrapping_date datetime NULL,
barcode varchar(180) DEFAULT NULL, -- barcode
fk_barcode_type integer DEFAULT NULL, -- barcode type
datec datetime,
tms timestamp DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
barcode varchar(180) DEFAULT NULL, -- barcode
fk_barcode_type integer DEFAULT NULL, -- barcode type
fk_user_creat integer,
fk_user_modif integer,
import_key integer