'int', 'viewprofile' => 'int', 'editprofile' => 'int', 'delprofile' => 'int', 'postlayout' => 'int', 'namecol' => 'int', 'displayname' => 'int', 'title' => 'int', 'ipshow' => 'int', 'emailshow' => 'int', 'editother' => 'int', 'ban' => 'int', 'setgroup' => 'int', 'setspecial' => 'int', 'settrust' => 'int', 'canpm' => 'int', 'canwarn' => 'int', 'canblock' => 'int', 'ipban' => 'int' ]; protected $fillable = [ 'user_id', 'viewprofile', 'editprofile', 'delprofile', 'postlayout', 'namecol', 'displayname', 'title', 'ipshow', 'emailshow', 'editother', 'ban', 'setgroup', 'setspecial', 'settrust', 'canpm', 'canwarn', 'canblock', 'ipban' ]; }