'int', 'perm_id' => 'int', 'permission_id' => 'int', 'total_posts' => 'int', 'total_threads' => 'int', 'reg_date' => 'int', 'last_post_date' => 'int', 'last_post_location' => 'int', 'gender' => 'int', 'birthday' => 'int', 'ontime' => 'int', 'ostatus' => 'int', 'timezone' => 'int', 'strikes' => 'int', 'permission_access' => 'int', 'theme_expire' => 'int', 'curSBSize' => 'int', 'coq' => 'int', 'dev' => 'int', 'fullsub' => 'int', 'wikiadm' => 'int', 'odbman' => 'int', 'usr_per_id' => 'int', 'blg_per_id' => 'int', 'for_per_id' => 'int', 'sbx_per_id' => 'int', 'str_per_id' => 'int', 'doc_per_id' => 'int', 'odb_per_id' => 'int' ]; protected $hidden = [ 'password', 'salt' ]; protected $fillable = [ 'username', 'password', 'salt', 'group', 'perm_id', 'member_title', 'permission_id', 'total_posts', 'total_threads', 'reg_date', 'last_post_date', 'last_post_location', 'email', 'website_address', 'website_name', 'gender', 'location', 'birthday', 'bio', 'ip_address', 'avatar', 'ontime', 'ostatus', 'header', 'footer', 'theme', 'timezone', 'strikes', 'name_colour', 'permission_access', 'test_theme', 'theme_expire', 'display_name', 'yt_channel', 'country', 'video_css', 'curLanguage', 'curTheme', 'curTZ', 'curDF', 'curTF', 'curSBSize', 'coq', 'dev', 'fullsub', 'wikiadm', 'odbman', 'usr_per_id', 'blg_per_id', 'for_per_id', 'sbx_per_id', 'str_per_id', 'doc_per_id', 'odb_per_id' ]; }