Database – Tenant Settings (tenant_setting__entity)
Holds setting information for the tenant
Column | Data Type | Column Info | Value Notes | Other |
id | char(100) | The id of the entity | ||
type | char(15) | settings type | ||
label | varchar(255) | The label of the entity instance | ||
document | tinyint(1) | Whether or not to is a document | 1 - yes, 0 - no | |
encrypted | tinyint(1) | Whether or not is encrypted | 1 - yes, 0 - no | |
sequence | tinyint(1) | Whether or not the setting is part of a sequence | 1 - yes, 0 - no | |
value | text | setting value | ||
value_updated | text | If value updated | ||
group | char(50) | group ID | Deprecated | |
created | datetime | Timestamp of when the entity was created | ||
lastUpdated | timestamp | Timestamp of when the entity was last updated | ||
modified_by | int(11) | Who modified it | ||
deleted | tinyint(1) | Whether or not the entity was deleted | 1 - yes, 0 - no |