Update llx_product.sql

This commit is contained in:
Laurent Destailleur 2019-03-21 18:32:40 +01:00 committed by GitHub
parent 52b91499ba
commit ae2f76f6bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -95,5 +95,5 @@ create table llx_product
desiredstock integer DEFAULT 0,
fk_unit integer DEFAULT NULL,
price_autogen tinyint DEFAULT 0,
fk_project integer DEFAULT NULL
fk_project integer DEFAULT NULL -- Used when product was generated by a project or is specifif to a project
)ENGINE=innodb;