passage des constante en text

This commit is contained in:
jlb 2003-03-03 17:39:42 +00:00
parent 4a05560a21
commit c01bfe8d5d

View File

@ -27,8 +27,8 @@ create table llx_const
( (
rowid integer AUTO_INCREMENT PRIMARY KEY, rowid integer AUTO_INCREMENT PRIMARY KEY,
name varchar(255), name varchar(255),
value varchar(255), value text, -- max 65535 caracteres
type enum('yesno'), type enum('yesno','texte','chaine'),
note text, note text,
UNIQUE INDEX(name) UNIQUE INDEX(name)