Model Tag
namespace HubletoApp\Settings\Models\Tag
A list of asignable tags for a Company or a Person
Constants
This model does not define constants.
Properties
Property | Value |
---|---|
eloquentClass | Eloquent\Tag::class |
table | tags |
lookupSqlValue | [TABLE].name |
Data Scructure
Column | Title | ADIOS Type | Length | Required |
---|---|---|---|---|
id | ID | int | TRUE | |
name | Name | varchar | TRUE | |
color | Color | color | 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.