diff --git a/mysql/tables/llx_product.sql b/mysql/tables/llx_product.sql index f31744880bc..c68c279c203 100644 --- a/mysql/tables/llx_product.sql +++ b/mysql/tables/llx_product.sql @@ -33,6 +33,7 @@ create table llx_product fk_user_author integer, envente tinyint default 1, nbvente integer default 0, - fk_product_type integer default 0 + fk_product_type integer default 0, + duration varchar(6) );