Model DealHistory
namespace HubletoApp\Deals\Models\DealHistory
History for each of created Deals
Constants
This model does not define constants.
Properties
Property | Value |
---|---|
eloquentClass | Eloquent\DealHistory::class |
table | deal_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_deal | Deal | lookup | TRUE |
Foreign Keys
Column | Model | Relation | OnUpdate | OnDelete |
---|---|---|---|---|
id_deal | Modules\Sales\Deals\Models\Deal | 1:1 | Cascade | Restrict |
Indexes
Only default indexes are used.
Relations
Relation | Type | Other parameters |
---|---|---|
DEAL | BELONGS_TO | Deal::class, 'id_deal','id' |