Update llx_product_lot.sql
This commit is contained in:
parent
61fddfd3b0
commit
a0681d460d
@ -25,9 +25,9 @@ CREATE TABLE llx_product_lot (
|
|||||||
eatby date DEFAULT NULL, -- Eatby date
|
eatby date DEFAULT NULL, -- Eatby date
|
||||||
sellby date DEFAULT NULL, -- Sellby date
|
sellby date DEFAULT NULL, -- Sellby date
|
||||||
eol_date datetime NULL,
|
eol_date datetime NULL,
|
||||||
manufacturing_date datetime NULL,
|
manufacturing_date datetime NULL, -- date when first manufacturing of this lot has started
|
||||||
scrapping_date datetime NULL,
|
scrapping_date datetime NULL, -- date when we decided to scrap all products of this lot
|
||||||
barcode varchar(180) DEFAULT NULL, -- barcode
|
barcode varchar(180) DEFAULT NULL, -- barcode
|
||||||
fk_barcode_type integer DEFAULT NULL, -- barcode type
|
fk_barcode_type integer DEFAULT NULL, -- barcode type
|
||||||
datec datetime,
|
datec datetime,
|
||||||
tms timestamp DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
|
tms timestamp DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user