Modif des double(16,8) en double(24,8)

This commit is contained in:
Laurent Destailleur
2007-11-08 22:00:00 +00:00
parent c1e23d76e4
commit dbfe66b0b6
16 changed files with 106 additions and 106 deletions

View File

@@ -25,7 +25,7 @@ create table llx_c_ecotaxe
rowid integer AUTO_INCREMENT PRIMARY KEY,
code varchar(64) UNIQUE NOT NULL, -- Code servant <20> la traduction et <20> la r<>f<EFBFBD>rence interne
libelle varchar(255), -- Description
price double(16,8), -- Montant HT
price double(24,8), -- Montant HT
organization varchar(255), -- Organisme g<>rant le bar<61>me tarifaire
fk_pays integer NOT NULL, -- Pays correspondant
active tinyint DEFAULT 1 NOT NULL