user_tag.md 539 B

user_tag table structure

此表为商品标签的数据存储结构

field type null default desc extra
id varchar(512) no 主键 pri
uid varchar(512) no 用户id
type_code string no 标签类型
name varchar(512) no 名字
sort int no tag排序
status smallint no 状态
gmt_created timestamp no now 创建时间
gmt_modified timestamp no now 更新时间