price_ttc          float(12,4) DEFAULT 0,
price_base_type    varchar(3)  DEFAULT 'HT',
This commit is contained in:
Rodolphe Quiedeville 2006-12-15 12:02:47 +00:00
parent fba788844d
commit 56f967f6dc

View File

@ -30,6 +30,8 @@ create table llx_product
description text,
note text,
price double,
price_ttc float(12,4) DEFAULT 0,
price_base_type varchar(3) DEFAULT 'HT',
tva_tx double,
fk_user_author integer,
envente tinyint DEFAULT 1,