From 85e223c8ef27cad6fc0fcd06f93ec4a034a0574f Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 11 Feb 2003 13:47:33 +0000 Subject: [PATCH] Ajout du champ type --- 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 bb5caa85744..bb5ad0fa02d 100644 --- a/mysql/tables/llx_const.sql +++ b/mysql/tables/llx_const.sql @@ -28,6 +28,7 @@ create table llx_const rowid integer AUTO_INCREMENT PRIMARY KEY, name varchar(255), value varchar(255), + type enum('yesno'), note text, UNIQUE INDEX(name)