diff --git a/mysql/tables/llx_product.sql b/mysql/tables/llx_product.sql index 754181e85da..cf175a22793 100644 --- a/mysql/tables/llx_product.sql +++ b/mysql/tables/llx_product.sql @@ -30,6 +30,7 @@ create table llx_product description text, price double, tva_tx double, - fk_user_author integer + fk_user_author integer, + nbvente integer );