This commit is contained in:
Laurent Destailleur 2021-08-11 21:31:14 +02:00
parent bf72143823
commit 9e54dc0dcb

View File

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