$incrementing :
$timestamps :
$id : integer
主键
$crontab_id : integer
任务ID
$name : string
任务名称
$target : string
任务调用目标字符串
$parameter : string
任务调用参数
$exception_info : string
异常信息
$status : string
执行状态 (0成功 1失败)
$created_at : string
创建时间
$table : string
The table associated with the model.
$fillable : array
The attributes that are mass assignable.
$casts : array
The attributes that should be cast to native types.
Loading…