passage des constante en text
This commit is contained in:
parent
4a05560a21
commit
c01bfe8d5d
@ -27,8 +27,8 @@ create table llx_const
|
||||
(
|
||||
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
||||
name varchar(255),
|
||||
value varchar(255),
|
||||
type enum('yesno'),
|
||||
value text, -- max 65535 caracteres
|
||||
type enum('yesno','texte','chaine'),
|
||||
note text,
|
||||
|
||||
UNIQUE INDEX(name)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user