This commit is contained in:
Laurent Destailleur 2020-02-10 02:29:09 +01:00
parent 9f75c10a13
commit 058524ff82

View File

@ -29,7 +29,7 @@ create table llx_const
name varchar(180) NOT NULL,
entity integer DEFAULT 1 NOT NULL, -- multi company id
value text NOT NULL, -- max 65535 caracteres
type varchar(64) DEFAULT 'string',
type varchar(64) DEFAULT 'string', -- null or 'encrypted' if param has been encrypted
visible tinyint DEFAULT 1 NOT NULL,
note text,
tms timestamp