STATUS_SEND_WAIT = 0
STATUS_SENDING = 1
STATUS_SEND_SUCCESS = 2
STATUS_SEND_FAIL = 3
READ_STATUS_NO = 0
READ_STATUS_YES = 1
$incrementing :
$id : integer
主键
$content_id : integer
内容ID
$content_type : string
内容类型
$content : string
消息内容
$receive_by : integer
接收人
$send_by : integer
发送人
$send_status : string
发送状态 0:待发送 1:发送中 2:发送成功 3:发送失败
$read_status : string
查看状态 0:未读 1: 未读
$created_by : integer
创建者
$updated_by : integer
更新者
$created_at : \Carbon\Carbon
创建时间
$updated_at : \Carbon\Carbon
更新时间
$deleted_at : 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.
Loading…