Model LeadHistory
namespace HubletoApp\Leads\Models\LeadHistory
History for each of created Leads
Constants
This model does not define constants.
Properties
Property | Value |
---|---|
eloquentClass | Eloquent\LeadHistory::class |
table | lead_histories |
lookupSqlValue | [TABLE].description |
Data Scructure
Column | Title | ADIOS Type | Length | Required |
---|---|---|---|---|
id | ID | int | TRUE | |
change_date | Change date | date | TRUE | |
description | Description | varchar | TRUE | |
id_lead | Lead | lookup | TRUE |
Foreign Keys
Column | Model | Relation | OnUpdate | OnDelete |
---|---|---|---|---|
id_lead | Modules\Sales\Leads\Models\Lead | 1:1 | Cascade | Restrict |
Indexes
Only default indexes are used.
Relations
Relation | Type | Other parameters |
---|---|---|
LEAD | BELONGS_TO | Lead::class, 'id_lead','id' |