syntax
This commit is contained in:
parent
aa575cd250
commit
61fddfd3b0
@ -27,10 +27,10 @@ CREATE TABLE llx_product_lot (
|
|||||||
eol_date datetime NULL,
|
eol_date datetime NULL,
|
||||||
manufacturing_date datetime NULL,
|
manufacturing_date datetime NULL,
|
||||||
scrapping_date datetime NULL,
|
scrapping_date datetime NULL,
|
||||||
|
barcode varchar(180) DEFAULT NULL, -- barcode
|
||||||
|
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,
|
||||||
barcode varchar(180) DEFAULT NULL, -- barcode
|
|
||||||
fk_barcode_type integer DEFAULT NULL, -- barcode type
|
|
||||||
fk_user_creat integer,
|
fk_user_creat integer,
|
||||||
fk_user_modif integer,
|
fk_user_modif integer,
|
||||||
import_key integer
|
import_key integer
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user