diff --git a/mysql/mysql.sql b/mysql/mysql.sql index 15084160ab8..bb0a80c2f50 100644 --- a/mysql/mysql.sql +++ b/mysql/mysql.sql @@ -718,7 +718,7 @@ create table llx_propaldet fk_product integer, description text, qty smallint, - price real + price real, tva_tx real default 19.6 );