Model Label
namespace HubletoApp\Settings\Models\Label
Label for a Lead or a Deal entry
Constants
This model does not define constants.
Properties
Property | Value |
---|---|
eloquentClass | Eloquent\Label::class |
table | labels |
lookupSqlValue | [TABLE].name |
Data Scructure
Column | Title | ADIOS Type | Length | Required |
---|---|---|---|---|
id | ID | int | TRUE | |
name | Name | varchar | TRUE |
Foreign Keys
This model does not contain any foreing keys
Indexes
Name | Type | Column + Order |
---|---|---|
id | PRIMARY | id ASC |
name | UNIQUE | N/A |
Relations
This model does not contain any relations.