'string' ]; protected $fillable = ['id', 'creator_id', 'owner_id', 'project_id']; protected $dates = [ 'created_at', 'updated_at', 'started_at', 'finished_at', ]; }