PRODUCE_STATUS_WAITING = 0
PRODUCE_STATUS_DOING = 1
PRODUCE_STATUS_SUCCESS = 2
PRODUCE_STATUS_FAIL = 3
PRODUCE_STATUS_4 = 4
CONSUME_STATUS_0 = 0
CONSUME_STATUS_DOING = 1
CONSUME_STATUS_SUCCESS = 2
CONSUME_STATUS_FAIL = 3
CONSUME_STATUS_4 = 4
$incrementing :
$id : integer
主键
$uuid : string
UUID
$exchange_name : string
交换机名称
$routing_key_name : string
路由名称
$queue_name : string
队列名称
$queue_content : string
队列内容
$log_content : string
$produce_status : string
生产状态 0:未生产 1:生产中 2:生产成功 3:生产失败 4:生产重复
$consume_status : string
消费状态 0:未消费 1:消费中 2:消费成功 3:消费失败 4:消费重复
$delay_time : integer
延迟时间(秒)
$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…