'integer', 'task_id' => 'integer', 'run_status' => 'integer', ]; /** * The attributes that should be mutated to dates. * * @var array */ protected $dates = ['run_time', 'created_at', 'updated_at']; }