'int', 'banned' => 'int', 'usr_perm_id' => 'int', 'blg_perm_id' => 'int', 'for_perm_id' => 'int', 'sbx_perm_id' => 'int', 'str_perm_id' => 'int', 'doc_perm_id' => 'int', 'odb_perm_id' => 'int' ]; protected $fillable = [ 'name', 'root', 'banned', 'colour_m', 'colour_f', 'colour_u', 'badge', 'usr_perm_id', 'blg_perm_id', 'for_perm_id', 'sbx_perm_id', 'str_perm_id', 'doc_perm_id', 'odb_perm_id' ]; }