数据库字典/vsl_member_account/商城会员账号表
字段名 | 数据类型 | 允许为空 | 描述 |
---|---|---|---|
id | int(10) unsigned | NO | 表序号 |
uid | int(11) | NO | 会员uid |
shop_id | int(11) | NO | 店铺ID |
point | int(11) | NO | 会员积分 |
balance | decimal(10,2) | NO | 余额 |
coin | int(11) | NO | 购物币 |
member_cunsum | decimal(10,2) | NO | 会员消费 |
member_sum_point | int(11) | NO | 会员累计积分 |
website_id | int(11) | NO | 实例id |
withdraw | decimal(10,2) | NO | 已提现余额 |
freezing_balance | decimal(10,2) | NO | 冻结余额 |
charge | decimal(10,2) | NO | 手续费 |
proceeds | decimal(10,2) | NO | 货款 (渠道商采购用) |