Model Setting
namespace HubletoApp\Settings\Models\Setting
A list of custom settings
Constants
This model does not define constants.
Properties
Property | Value |
---|---|
eloquentClass | Eloquent\Setting::class |
table | settings |
lookupSqlValue | [TABLE].key |
Data Scructure
Column | Title | ADIOS Type | Length | Required |
---|---|---|---|---|
id | ID | int | TRUE | |
key | Key | varchar | TRUE | |
value | Value | text | TRUE | |
id_user | User | lookup | TRUE |
Foreign Keys
Column | Model | Relation | OnUpdate | OnDelete |
---|---|---|---|---|
id_user | Modules\Core\Settings\Models\User | 1:1 | Cascade | Cascade |
Indexes
Only default indexes are used.
Relations
TODO