\App\Setting\ModelSettingCrontabLog

Summary

Methods
Properties
Constants
No public methods found
$incrementing
$timestamps
$id
$crontab_id
$name
$target
$parameter
$exception_info
$status
$created_at
No constants found
No protected methods found
$table
$fillable
$casts
N/A
No private methods found
No private properties found
N/A

Properties

$incrementing

$incrementing : 

Type

$timestamps

$timestamps : 

Type

$id

$id : integer

主键

Type

integer

$crontab_id

$crontab_id : integer

任务ID

Type

integer

$name

$name : string

任务名称

Type

string

$target

$target : string

任务调用目标字符串

Type

string

$parameter

$parameter : string

任务调用参数

Type

string

$exception_info

$exception_info : string

异常信息

Type

string

$status

$status : string

执行状态 (0成功 1失败)

Type

string

$created_at

$created_at : string

创建时间

Type

string

$table

$table : string

The table associated with the model.

Type

string

$fillable

$fillable : array

The attributes that are mass assignable.

Type

array

$casts

$casts : array

The attributes that should be cast to native types.

Type

array