Fix: taille du champs

This commit is contained in:
Regis Houssin 2007-07-26 17:26:10 +00:00
parent 8c92f0a450
commit ef0910700e
2 changed files with 2 additions and 2 deletions

View File

@ -761,7 +761,7 @@ create table llx_c_ecotaxe
code varchar(64) UNIQUE NOT NULL,
libelle varchar(255),
price double(16,8),
organization varchar(256),
organization varchar(255),
fk_pays integer NOT NULL,
active tinyint DEFAULT 1 NOT NULL
)type=innodb;

View File

@ -24,7 +24,7 @@ create table llx_c_ecotaxe
(
rowid integer AUTO_INCREMENT PRIMARY KEY,
code varchar(64) UNIQUE NOT NULL, -- Code servant à la traduction et à la référence interne
libelle varchar(256), -- Description
libelle varchar(255), -- Description
price double(16,8), -- Montant HT
organization varchar(255), -- Organisme gérant le barème tarifaire
fk_pays integer NOT NULL, -- Pays correspondant