From e9924b30f724c04a170b254d6b857ce934e3e41e Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Fri, 20 Jun 2003 15:52:51 +0000 Subject: [PATCH] Ajout champs tx_tva Modif type de price --- mysql/tables/llx_product.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mysql/tables/llx_product.sql b/mysql/tables/llx_product.sql index de421e25042..754181e85da 100644 --- a/mysql/tables/llx_product.sql +++ b/mysql/tables/llx_product.sql @@ -28,7 +28,8 @@ create table llx_product ref varchar(15) UNIQUE, label varchar(255), description text, - price smallint, + price double, + tva_tx double, fk_user_author integer );