2
0
forked from Wavyzz/dolibarr

Fix: Gestion des types tinyint et datetime.

This commit is contained in:
Laurent Destailleur
2005-03-01 20:38:51 +00:00
parent a9eedc8f33
commit 16cd9c2a90
97 changed files with 227 additions and 180 deletions

View File

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