PayloadVersion
extends Model
in package
Table of Contents
- $created_at : string
- $driveVehicle : DriveVehicle
- $id : int
- $pushLogs : array<string|int, PushLog>
- $updated_at : string
- $version : string
- $fillable : array<string|int, mixed>
- $keyType : string
- The "type" of the auto-incrementing ID.
- driveVehicle() : BelongsTo
- pushLogs() : HasMany
Properties
$created_at
public
string
$created_at
$driveVehicle
public
DriveVehicle
$driveVehicle
$id
public
int
$id
$pushLogs
public
array<string|int, PushLog>
$pushLogs
$updated_at
public
string
$updated_at
$version
public
string
$version
$fillable
protected
array<string|int, mixed>
$fillable
= ['version', 'created_at', 'updated_at']
$keyType
The "type" of the auto-incrementing ID.
protected
string
$keyType
= 'integer'
Methods
driveVehicle()
public
driveVehicle() : BelongsTo
Return values
BelongsTo —pushLogs()
public
pushLogs() : HasMany