Model Permission
namespace HubletoApp\Settings\Models\Permission
A list of available permissions for models and controllers that are in the system.
Properties
Property | Value |
---|---|
eloquentClass | Eloquent\Permission::class |
table | permissions |
lookupSqlValue | [TABLE].alias |
Data Scructure
Column | Title | ADIOS Type | Length | Required |
---|---|---|---|---|
id | ID | int | TRUE | |
permission_string | Permissions | varchar | TRUE | |
alias | Alias | varchar | TRUE |
Foreign Keys
This model does not contain any foreing keys
Indexes
Only default indexes are used.
Relations
This model does not contain any relations.