From 61fddfd3b04fc4a85e0373c0e097fb5b44ccb03a Mon Sep 17 00:00:00 2001 From: Florian HENRY Date: Fri, 17 Sep 2021 11:09:08 +0200 Subject: [PATCH] syntax --- htdocs/install/mysql/tables/llx_product_lot.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/install/mysql/tables/llx_product_lot.sql b/htdocs/install/mysql/tables/llx_product_lot.sql index 1e7cf4eea2c..52653e2c90a 100644 --- a/htdocs/install/mysql/tables/llx_product_lot.sql +++ b/htdocs/install/mysql/tables/llx_product_lot.sql @@ -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