数据库字典
记录表
字段 | 类型 | 空 | 默认 | 注释 |
---|---|---|---|---|
id | int(11) | NO | 主键id | |
uniacid | int(11) | NO | 公众号id | |
order_id | int(11)) | NO | 订单id | |
quota_id | int(11)) | YES | 额度id | |
reward_area | int(11) | YES | 当时是省市还是全国 | |
single_amount | decimal(10,2) | NO | 单商品释放金额 | |
amount | decimal(10,2) | NO | 释放金额 | |
province_id | int(11) | NO | 会员省id | |
city_id | int(11) | NO | 会员市id | |
goods_detail | string | NO | 释放商品详情 | |
not_release | decimal(10,2) | NO | 未释放金额 | |
created_at | int(11) | NO | 创建时间 | |
updated_at | int(11) | NO | 更新时间 |