whatsns_giftlog—积分商城兑换日志记录

表格: whatsns_giftlog—积分商城兑换日志记录

索引:

名称

类型

属性

备注

主索引

id

unique




字段:

名称

类型

默认值

属性

备注

id

smallint(6) unsigned

<auto_increment>


 主键

uid

int(10) unsigned



 兑换用户的uid

username

char(20)



 用户名

realname

char(20)



 真实用户名-邮寄的时候名字

gid

int(10)



 积分商品的主键id

giftname

varchar(30)



 商品名字

address

varchar(100)



 邮寄地址

postcode

char(10)



 邮政编码

phone

char(15)



 用户手机号

qq

char(15)



 用户qq—联系时候用

email

varchar(30)



 用户邮箱

notes

text



 备注需要提醒商家的文字

credit

int(10)



 兑换积分

time

int(11)



 提交兑换申请时间

status

tinyint(1)

0


 审核状态