Clean language

This commit is contained in:
Laurent Destailleur
2024-06-30 15:26:31 +02:00
parent 10ecc23df9
commit 4ba6b0d2f0
5 changed files with 24 additions and 29 deletions

View File

@@ -28,14 +28,14 @@ create table llx_const
rowid integer AUTO_INCREMENT PRIMARY KEY,
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', -- null or 'encrypted' if param has been encrypted
value text NOT NULL, -- max 65535 characters
type varchar(64) DEFAULT 'string', -- null or 'encrypted' if param has been encrypted
visible tinyint DEFAULT 1 NOT NULL,
note text,
tms timestamp DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
) ENGINE=innodb;
--
--
-- List of codes for the field entity
--
-- 0 : common constant