'required', 'time_end' => 'required', ]; protected $columns = [ 'time_start' => 'datetime', 'time_end' => 'datetime', 'salary' => 'decimal' ]; }