Ajout du champs visible
This commit is contained in:
parent
1cced7692d
commit
e3970918f3
@ -30,6 +30,7 @@ create table llx_const
|
|||||||
name varchar(255),
|
name varchar(255),
|
||||||
value text, -- max 65535 caracteres
|
value text, -- max 65535 caracteres
|
||||||
type enum('yesno','texte','chaine'),
|
type enum('yesno','texte','chaine'),
|
||||||
|
visible tinyint DEFAULT 1 NOT NULL,
|
||||||
note text,
|
note text,
|
||||||
|
|
||||||
UNIQUE INDEX(name)
|
UNIQUE INDEX(name)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user