$incrementing :
$timestamps :
$id : integer
主键
$username : string
用户名
$ip : string
登录IP地址
$ip_location : string
IP所属地
$os : string
操作系统
$browser : string
浏览器
$status : string
登录状态 (0成功 1失败)
$message : string
提示消息
$login_time : string
登录时间
$remark : string
备注
$table : string
The table associated with the model.
$fillable : array
The attributes that are mass assignable.
$casts : array
The attributes that should be cast to native types.