Ajout du champs visible

This commit is contained in:
Rodolphe Quiedeville 2003-03-13 17:30:20 +00:00
parent 1cced7692d
commit e3970918f3

View File

@ -30,6 +30,7 @@ create table llx_const
name varchar(255),
value text, -- max 65535 caracteres
type enum('yesno','texte','chaine'),
visible tinyint DEFAULT 1 NOT NULL,
note text,
UNIQUE INDEX(name)