From e3970918f357452fd16bab28287ace078672dfcf Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Thu, 13 Mar 2003 17:30:20 +0000 Subject: [PATCH] Ajout du champs visible --- mysql/tables/llx_const.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/mysql/tables/llx_const.sql b/mysql/tables/llx_const.sql index f5a7361c256..e43d3378937 100644 --- a/mysql/tables/llx_const.sql +++ b/mysql/tables/llx_const.sql @@ -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)