mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-03 15:42:29 +01:00
Clean language
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user