数据库字典
分享奖奖励记录表
字段 | 类型 | 空 | 默认 | 注释 |
---|---|---|---|---|
id | int(11) | NO | 主键id | |
uniacid | int(11) | NO | 公众号id | |
plugin_member_id | int(11) | NO | 会员id | |
order_id | int(11) | NO | 订单id | |
reward_amount | decimal | NO | 奖励结算金额 | |
ratio | int(11) | NO | 比例 | |
amount | decimal | NO | 奖励金额 | |
reward_type | tinyInteger | NO | 计算金额类型 | |
status | tinyInteger | YES | 0 | 状态 |
remark | string | YES | 备注 | |
created_at | int(11) | NO | 创建时间 | |
updated_at | int(11) | NO | 更新时间 |