Database – Settings for "My Loans" (my_loans_setting_entity )
Description
Common Uses
Table Fields
Unused!
Column | Data Type | Column Info | Value Notes | Other |
id | char(100) | The id of the entity | ||
type | char(15) | Loans 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 | 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 |