diff --git a/mysql/tables/llx_product.sql b/mysql/tables/llx_product.sql index aca298518ed..791d8c7fa99 100644 --- a/mysql/tables/llx_product.sql +++ b/mysql/tables/llx_product.sql @@ -1,5 +1,5 @@ -- ============================================================================ --- Copyright (C) 2002-2003 Rodolphe Quiedeville +-- Copyright (C) 2002-2006 Rodolphe Quiedeville -- -- This program is free software; you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by @@ -39,8 +39,8 @@ create table llx_product stock_propale integer DEFAULT 0, stock_commande integer DEFAULT 0, seuil_stock_alerte integer DEFAULT 0, - gencode varchar(255) DEFAULT NULL - + gencode varchar(255) DEFAULT NULL, + canvas varchar(15) DEFAULT '' )type=innodb;