Updated llx_product_lot.sql with note entries

This commit is contained in:
Lefteris Kotsonis 2022-09-07 14:07:43 +02:00
parent 20e9dc3f07
commit ec752621dd

View File

@ -22,6 +22,8 @@ CREATE TABLE llx_product_lot (
entity integer DEFAULT 1,
fk_product integer NOT NULL, -- Id of product
batch varchar(128) DEFAULT NULL, -- Lot or serial number
note_public text DEFAULT NULL,
note_private text DEFAULT NULL,
eatby date DEFAULT NULL, -- Eatby date
sellby date DEFAULT NULL, -- Sellby date
eol_date datetime NULL,