'required|max:50', 'lastname' => 'required|max:50', 'phone' => 'max:20' ]; protected $columns = [ 'firstname' => 'text', 'lastname' => 'text', 'salary' => 'decimal', 'phone' => 'text' ]; }