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