字段 类型 默认 注释
id int(11) NO id
uniacid INT(11) NO 公众号id
order_id integer NO 订单ID
member_id integer YES 1 会员ID
frozen_love decimal(14,2) YES 0.00 冻结爱心值
unfrozen_love decimal(14,2) YES 0.00 已解冻爱心值
proportion decimal(14,2) YES 0.00 释放比例
last_activation_time Integer YES 最后激活时间
is_effective text YES 是否有效 1-有效 2-无效
created_at int(11) YES 创建时间
updated_at int(11) YES 更新时间
deleted_at int(11) YES 删除时间