This commit is contained in:
Laurent Destailleur 2023-04-04 11:55:35 +02:00
parent 8bb8b7b423
commit 71a5cac06f

View File

@ -24,6 +24,6 @@ CREATE TABLE llx_expeditiondet_batch (
sellby date DEFAULT NULL,
batch varchar(128) DEFAULT NULL,
qty double NOT NULL DEFAULT '0',
fk_origin_stock integer NOT NULL -- id into table llx_product_batch (may be renamed into llx_product_stock_batch in another version). TODO We should add and use instead a fk_warehouse field
fk_origin_stock integer NOT NULL -- id into table llx_product_batch (llx_product_batch may be renamed into llx_product_stock_batch in another version). TODO We should add and use instead a fk_warehouse field
) ENGINE=innodb;