Database – Settings for "My Applications" (my_applications_setting_entity)
Description
Common Uses
Table Fields
Unused!
Holds information for borrower applications.
Column | Data Type | Column Info | Value Notes | Other |
id | char(100) | The id of the entity | ||
type | char(15) | Application settings type | ||
label | varchar(255) | The label of the entity instance | ||
encrypted | tinyint(1) | Whether or not is encrypted | 1 - yes, 0 - no | |
value | text | Settings value | ||
group | char(50) | group ID | Deprecated | |
created | datetime | Timestamp of when the entity was created | ||
lastUpdated | timestamp | |||
modified | 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 |