VfactsFamilySalesDatum
extends Model
in package
Table of Contents
- $created_at : string
- $family_id : int
- $id : int
- $month : string
- $redbookVehicleFamily : RedbookVehicleFamily
- $sales_volume : int
- $updated_at : string
- $fillable : array<string|int, mixed>
- $keyType : string
- The "type" of the auto-incrementing ID.
- redbookVehicleFamily() : BelongsTo
Properties
$created_at
public
string
$created_at
$family_id
public
int
$family_id
$id
public
int
$id
$month
public
string
$month
$redbookVehicleFamily
public
RedbookVehicleFamily
$redbookVehicleFamily
$sales_volume
public
int
$sales_volume
$updated_at
public
string
$updated_at
$fillable
protected
array<string|int, mixed>
$fillable
= ['family_id', 'sales_volume', 'month', 'created_at', 'updated_at']
$keyType
The "type" of the auto-incrementing ID.
protected
string
$keyType
= 'integer'
Methods
redbookVehicleFamily()
public
redbookVehicleFamily() : BelongsTo