Model DealStatus
namespace HubletoApp\Settings\Models\DeaStatus
A status for a Deal
Constants
This model does not define constants.
Properties
Property | Value |
---|---|
eloquentClass | Eloquent\DealStatus::class |
table | deal_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.