简单代码
beta
第三方组件
网站程序数据库结构
animationdedecms57discuz34discuze33emlog531emlogprophpwind901thinksaas24typecho11typechowecenter321wordpress494xiunobbs404zblogphp170
表名称 字段名 默认值 是_可空 数据类型 最大长度 字符长度 字符集名 整理 列类型 COLUMN_KEY 额外的 描述 生成表达式
anti_email id NO int int(11) PRI auto_increment 自增ID
anti_email email NO char 32 96 utf8 utf8_general_ci char(32) Email
anti_email addtime 0000-00-00 00:00:00 NO datetime datetime 添加时间
表名称 字段名 默认值 是_可空 数据类型 最大长度 字符长度 字符集名 整理 列类型 COLUMN_KEY 额外的 描述 生成表达式
anti_ip id NO int int(11) PRI auto_increment 自增ID
anti_ip ip NO char 32 96 utf8 utf8_general_ci char(32) UNI IP地址
anti_ip addtime 0000-00-00 00:00:00 NO datetime datetime 添加时间
表名称 字段名 默认值 是_可空 数据类型 最大长度 字符长度 字符集名 整理 列类型 COLUMN_KEY 额外的 描述 生成表达式
anti_user id NO int int(11) PRI auto_increment 自增ID
anti_user userid 0 NO int int(11) UNI 用户ID
anti_user addtime 0000-00-00 00:00:00 NO datetime datetime
表名称 字段名 默认值 是_可空 数据类型 最大长度 字符长度 字符集名 整理 列类型 COLUMN_KEY 额外的 描述 生成表达式
anti_word id NO int int(11) PRI auto_increment
anti_word word NO char 32 96 utf8 utf8_general_ci char(32) 垃圾词
anti_word addtime 0000-00-00 00:00:00 NO datetime datetime 添加时间
表名称 字段名 默认值 是_可空 数据类型 最大长度 字符长度 字符集名 整理 列类型 COLUMN_KEY 额外的 描述 生成表达式
article articleid NO int int(11) PRI auto_increment 文章ID
article userid 0 NO int int(11) 用户ID
article locationid 0 NO int int(11) MUL 同城ID
article cateid 0 NO int int(11) MUL 分类ID
article title NO char 64 192 utf8 utf8_general_ci char(64) UNI 标题
article content NO longtext 4294967295 4294967295 utf8 utf8_general_ci longtext 内容
article tags NO varchar 128 384 utf8 utf8_general_ci varchar(128) MUL 标签
article gaiyao NO varchar 128 384 utf8 utf8_general_ci varchar(128) 内容概要
article path NO char 32 96 utf8 utf8_general_ci char(32) 路径
article photo NO char 32 96 utf8 utf8_general_ci char(32) 图片路径
article isaudit 0 NO tinyint tinyint(1) 是否审核
article isrecommend 0 NO tinyint tinyint(1) MUL 是否推荐
article count_comment 0 NO int int(11) 统计评论数
article count_recommend 0 NO int int(11) MUL 统计推荐次数
article count_view 0 NO int int(11) MUL 统计查看
article addtime 0000-00-00 00:00:00 NO datetime datetime MUL 时间
表名称 字段名 默认值 是_可空 数据类型 最大长度 字符长度 字符集名 整理 列类型 COLUMN_KEY 额外的 描述 生成表达式
article_cate cateid NO int int(11) PRI auto_increment 分类ID
article_cate catename NO char 16 48 utf8 utf8_general_ci char(16) 分类名称
article_cate orderid 0 NO int int(11) 排序ID
表名称 字段名 默认值 是_可空 数据类型 最大长度 字符长度 字符集名 整理 列类型 COLUMN_KEY 额外的 描述 生成表达式
article_comment commentid NO int int(11) PRI auto_increment
article_comment articleid 0 NO int int(11) 文章ID
article_comment userid 0 NO int int(11) 用户ID
article_comment content NO text 65535 65535 utf8 utf8_general_ci text 评论内容
article_comment addtime 0 NO int int(11) 时间
表名称 字段名 默认值 是_可空 数据类型 最大长度 字符长度 字符集名 整理 列类型 COLUMN_KEY 额外的 描述 生成表达式
article_options optionname NO char 12 36 utf8 utf8_general_ci char(12) PRI 选项名字
article_options optionvalue NO char 255 765 utf8 utf8_general_ci char(255) 选项内容
表名称 字段名 默认值 是_可空 数据类型 最大长度 字符长度 字符集名 整理 列类型 COLUMN_KEY 额外的 描述 生成表达式
article_recommend articleid 0 NO int int(11) PRI 文章ID
article_recommend userid 0 NO int int(11) PRI 用户ID
表名称 字段名 默认值 是_可空 数据类型 最大长度 字符长度 字符集名 整理 列类型 COLUMN_KEY 额外的 描述 生成表达式
attach attachid NO int int(11) PRI auto_increment 附件ID
attach userid 0 NO int int(11) MUL 用户ID
attach locationid 0 NO int int(11) 同城ID
attach albumid 0 NO int int(11) MUL 资料库ID
attach attachname NO char 64 192 utf8 utf8_general_ci char(64) 附件名字
attach attachtype NO char 32 96 utf8 utf8_general_ci char(32) 附件类型
attach attachurl NO char 64 192 utf8 utf8_general_ci char(64) 附件url
attach attachsize NO char 32 96 utf8 utf8_general_ci char(32) 附件大小
attach count_down 0 NO int int(11) 统计下载量
attach isshow 0 NO tinyint tinyint(1) 是否显示
attach isaudit 0 NO tinyint tinyint(1) 0审核1未审核
attach addtime 0000-00-00 00:00:00 NO datetime datetime 创建时间
表名称 字段名 默认值 是_可空 数据类型 最大长度 字符长度 字符集名 整理 列类型 COLUMN_KEY 额外的 描述 生成表达式
attach_album albumid NO int int(11) PRI auto_increment 资料库ID
attach_album userid 0 NO int int(11) 用户ID
attach_album title NO char 64 192 utf8 utf8_general_ci char(64) 资料库名称
attach_album content NO varchar 2000 6000 utf8 utf8_general_ci varchar(2000) 资料库介绍
attach_album count_attach 0 NO int int(11) 统计资料
attach_album isaudit 0 NO tinyint tinyint(1) 0审核1未审核
attach_album addtime 0000-00-00 00:00:00 NO datetime datetime 添加时间
attach_album uptime 0000-00-00 00:00:00 NO datetime datetime 更新时间
表名称 字段名 默认值 是_可空 数据类型 最大长度 字符长度 字符集名 整理 列类型 COLUMN_KEY 额外的 描述 生成表达式
attach_options optionname NO char 12 36 utf8 utf8_general_ci char(12) PRI 选项名字
attach_options optionvalue NO char 255 765 utf8 utf8_general_ci char(255) 选项内容
表名称 字段名 默认值 是_可空 数据类型 最大长度 字符长度 字符集名 整理 列类型 COLUMN_KEY 额外的 描述 生成表达式
cache cacheid NO int int(11) PRI auto_increment 缓存ID
cache cachename NO char 32 96 utf8 utf8_general_ci char(32) UNI 缓存名字
cache cachevalue NO text 65535 65535 utf8 utf8_general_ci text 缓存内容
表名称 字段名 默认值 是_可空 数据类型 最大长度 字符长度 字符集名 整理 列类型 COLUMN_KEY 额外的 描述 生成表达式
editor id NO int int(11) PRI auto_increment 自增ID
editor userid 0 NO int int(11) 用户ID
editor type photo NO char 32 96 utf8 utf8_general_ci char(32) 类型photo,file
editor title NO char 64 192 utf8 utf8_general_ci char(64) 标题
editor path NO char 32 96 utf8 utf8_general_ci char(32) 路径
editor url NO char 32 96 utf8 utf8_general_ci char(32) 图片或者文件
editor addtime 0 NO int int(11) 时间
表名称 字段名 默认值 是_可空 数据类型 最大长度 字符长度 字符集名 整理 列类型 COLUMN_KEY 额外的 描述 生成表达式
feed feedid NO int int(11) PRI auto_increment
feed userid 0 NO int int(11) 用户ID
feed template NO varchar 1024 3072 utf8 utf8_general_ci varchar(1024) 动态模板
feed data NO varchar 1024 3072 utf8 utf8_general_ci varchar(1024) 动态数据
feed addtime 0 NO int int(11) 时间
表名称 字段名 默认值 是_可空 数据类型 最大长度 字符长度 字符集名 整理 列类型 COLUMN_KEY 额外的 描述 生成表达式
feed_options optionname NO char 12 36 utf8 utf8_general_ci char(12) PRI 选项名字
feed_options optionvalue NO char 255 765 utf8 utf8_general_ci char(255) 选项内容
表名称 字段名 默认值 是_可空 数据类型 最大长度 字符长度 字符集名 整理 列类型 COLUMN_KEY 额外的 描述 生成表达式
group groupid NO int int(11) PRI auto_increment 小组ID
group userid 0 NO int int(11) MUL 用户ID
group cateid 0 NO int int(11) MUL 分类ID
group cateid2 0 NO int int(11) 二级分类ID
group cateid3 0 NO int int(11) 三级分类ID
group groupname NO char 32 96 utf8 utf8_general_ci char(32) MUL 群组名字
group groupdesc NO text 65535 65535 utf8 utf8_general_ci text 小组介绍
group path NO char 32 96 utf8 utf8_general_ci char(32) 图标路径
group photo NO char 32 96 utf8 utf8_general_ci char(32) 小组图标
group count_topic 0 NO int int(11) 帖子统计
group count_topic_today 0 NO int int(11) 统计今天发帖
group count_user 0 NO int int(11) 小组成员数
group count_topic_audit 0 NO int int(11) 统计未审核帖子数
group joinway 0 NO tinyint tinyint(1) 加入方式
group role_leader 组长 NO char 32 96 utf8 utf8_general_ci char(32) 组长角色名称
group role_admin 管理员 NO char 32 96 utf8 utf8_general_ci char(32) 管理员角色名称
group role_user 成员 NO char 32 96 utf8 utf8_general_ci char(32) 成员角色名称
group addtime 0 YES int int(11) MUL 创建时间
group isrecommend 0 NO tinyint tinyint(1) MUL 是否推荐
group isopen 0 NO tinyint tinyint(1) 是否公开或者私密
group isaudit 0 NO tinyint tinyint(1) MUL 是否审核
group ispost 0 NO tinyint tinyint(1) 是否允许会员发帖
group isshow 0 NO tinyint tinyint(1) MUL 是否显示
group ispostaudit 0 NO tinyint tinyint(1) 是否发帖审核
group uptime 0 NO int int(11) 最后更新时间
表名称 字段名 默认值 是_可空 数据类型 最大长度 字符长度 字符集名 整理 列类型 COLUMN_KEY 额外的 描述 生成表达式
group_album albumid NO int int(11) PRI auto_increment 专辑ID
group_album userid 0 NO int int(11) MUL 用户ID
group_album groupid 0 NO int int(11) 小组ID
group_album albumname NO char 64 192 utf8 utf8_general_ci char(64) 专辑名字
group_album albumdesc NO varchar 2000 6000 utf8 utf8_general_ci varchar(2000) 专辑介绍
group_album count_topic 0 NO int int(11) MUL 统计帖子
group_album isaudit 0 NO tinyint tinyint(1) 审核
group_album addtime NO datetime datetime MUL 添加时间
表名称 字段名 默认值 是_可空 数据类型 最大长度 字符长度 字符集名 整理 列类型 COLUMN_KEY 额外的 描述 生成表达式
group_album albumid 0 NO int int(11) PRI 专辑ID
group_album topicid 0 NO int int(11) PRI 帖子ID
group_album addtime 0000-00-00 00:00:00 NO datetime datetime 时间
表名称 字段名 默认值 是_可空 数据类型 最大长度 字符长度 字符集名 整理 列类型 COLUMN_KEY 额外的 描述 生成表达式
group_cate cateid NO int int(11) PRI auto_increment 分类ID
group_cate catename NO char 32 96 utf8 utf8_general_ci char(32) 分类名字
group_cate referid 0 NO int int(11) MUL 上级分类ID
group_cate count_group 0 NO int int(11) 群组个数
group_cate uptime 0 NO int int(11) 最后更新时间
表名称 字段名 默认值 是_可空 数据类型 最大长度 字符长度 字符集名 整理 列类型 COLUMN_KEY 额外的 描述 生成表达式
group_options optionname NO char 12 36 utf8 utf8_general_ci char(12) PRI 选项名字
group_options optionvalue NO char 255 765 utf8 utf8_general_ci char(255) 选项内容
表名称 字段名 默认值 是_可空 数据类型 最大长度 字符长度 字符集名 整理 列类型 COLUMN_KEY 额外的 描述 生成表达式
group_topic topicid NO int int(11) PRI auto_increment 话题ID
group_topic typeid 0 NO int int(11) MUL 帖子分类ID
group_topic groupid 0 NO int int(11) MUL 小组ID
group_topic userid 0 NO int int(11) MUL 用户ID
group_topic locationid 0 NO int int(11) 同城ID
group_topic title NO char 64 192 utf8 utf8_general_ci char(64) MUL 帖子标题
group_topic content NO longtext 4294967295 4294967295 utf8 utf8_general_ci longtext 帖子内容
group_topic count_comment 0 NO int int(11) MUL 回复统计
group_topic count_view 0 NO int int(11) MUL 帖子展示数
group_topic count_love 0 NO int int(11) MUL 喜欢数
group_topic istop 0 NO tinyint tinyint(1) 是否置顶
group_topic isclose 0 NO int int(4) 是否关闭帖子
group_topic iscomment 0 NO tinyint tinyint(1) 是否允许评论
group_topic iscommentshow 0 NO tinyint tinyint(1) ?Ƿ????ۺ???ʾ????????0????Ҫ1??Ҫ
group_topic isposts 0 NO tinyint tinyint(1) 是否精华帖子
group_topic isaudit 0 NO tinyint tinyint(1) MUL 0不审核1审核
group_topic isdelete 0 NO tinyint tinyint(1) 0不删除1删除
group_topic isrecommend 0 NO tinyint tinyint(1) 1为推荐
group_topic addtime 0 YES int int(11) MUL 创建时间
group_topic uptime 0 NO int int(11) 更新时间
表名称 字段名 默认值 是_可空 数据类型 最大长度 字符长度 字符集名 整理 列类型 COLUMN_KEY 额外的 描述 生成表达式
group_topic id NO int int(11) PRI auto_increment 补贴ID
group_topic topicid NO int int(11) MUL 话题ID
group_topic userid 0 NO int int(11) MUL 用户ID
group_topic title NO char 64 192 utf8 utf8_general_ci char(64) MUL 帖子标题
group_topic content NO text 65535 65535 utf8 utf8_general_ci text 帖子内容
group_topic path NO char 32 96 utf8 utf8_general_ci char(32) 图片或者附件存储目录
group_topic photo NO char 32 96 utf8 utf8_general_ci char(32) 图片地址
group_topic attach NO char 32 96 utf8 utf8_general_ci char(32) 附件地址
group_topic attachname NO char 64 192 utf8 utf8_general_ci char(64) 附件名字
group_topic orderid 0 NO int int(11) 排序ID
group_topic addtime 0 YES int int(11) 创建时间
group_topic uptime 0 NO int int(11) 更新时间
表名称 字段名 默认值 是_可空 数据类型 最大长度 字符长度 字符集名 整理 列类型 COLUMN_KEY 额外的 描述 生成表达式
group_topic userid 0 NO int int(11) PRI
group_topic username NO char 64 192 utf8 utf8_general_ci char(64) 用户名
group_topic topicid 0 NO int int(11) PRI
group_topic addtime 0 NO int int(11) 收藏时间
表名称 字段名 默认值 是_可空 数据类型 最大长度 字符长度 字符集名 整理 列类型 COLUMN_KEY 额外的 描述 生成表达式
group_topic commentid NO int int(11) PRI auto_increment 评论ID
group_topic referid 0 NO int int(11) MUL
group_topic topicid 0 NO int int(11) MUL 话题ID
group_topic userid 0 NO int int(11) MUL 用户ID
group_topic content NO text 65535 65535 utf8 utf8_general_ci text 回复内容
group_topic path NO char 32 96 utf8 utf8_general_ci char(32) 图片或者附件存储目录
group_topic photo NO char 32 96 utf8 utf8_general_ci char(32) 图片地址
group_topic attach NO char 32 96 utf8 utf8_general_ci char(32) 附件地址
group_topic attachname NO char 64 192 utf8 utf8_general_ci char(64) 附件名字
group_topic ispublic 0 NO tinyint tinyint(1) 0公开1不公开(仅自己和发帖者可看)
group_topic addtime 0 YES int int(11) 回复时间
表名称 字段名 默认值 是_可空 数据类型 最大长度 字符长度 字符集名 整理 列类型 COLUMN_KEY 额外的 描述 生成表达式
group_topic editid NO int int(11) PRI auto_increment 编辑ID
group_topic topicid 0 NO int int(11) UNI 话题ID
group_topic title NO char 128 384 utf8 utf8_general_ci char(128) 标题
group_topic content NO text 65535 65535 utf8 utf8_general_ci text 内容
group_topic isupdate 0 NO tinyint tinyint(1) 0未更新1更新
group_topic addtime 0000-00-00 00:00:00 NO datetime datetime 修改时间
表名称 字段名 默认值 是_可空 数据类型 最大长度 字符长度 字符集名 整理 列类型 COLUMN_KEY 额外的 描述 生成表达式
group_topic typeid NO int int(11) PRI auto_increment 帖子分类ID
group_topic groupid 0 NO int int(11) MUL 小组ID
group_topic typename NO char 32 96 utf8 utf8_general_ci char(32) 帖子分类名称
group_topic count_topic 0 NO int int(11) 统计帖子
表名称 字段名 默认值 是_可空 数据类型 最大长度 字符长度 字符集名 整理 列类型 COLUMN_KEY 额外的 描述 生成表达式
group_user userid 0 NO int int(11) PRI 用户ID
group_user groupid 0 NO int int(11) PRI 群组ID
group_user isadmin 0 NO int int(11) 是否管理员
group_user isfounder 0 NO tinyint tinyint(1) 是否创始人
group_user addtime 0 NO int int(11) MUL 加入时间
表名称 字段名 默认值 是_可空 数据类型 最大长度 字符长度 字符集名 整理 列类型 COLUMN_KEY 额外的 描述 生成表达式
group_user userid 0 NO int int(11) PRI 用户ID
group_user groupid 0 NO int int(11) PRI 小组ID
表名称 字段名 默认值 是_可空 数据类型 最大长度 字符长度 字符集名 整理 列类型 COLUMN_KEY 额外的 描述 生成表达式
home_info infoid NO int int(11) PRI auto_increment
home_info infokey NO char 32 96 utf8 utf8_general_ci char(32) UNI
home_info title NO char 64 192 utf8 utf8_general_ci char(64) 标题
home_info content NO text 65535 65535 utf8 utf8_general_ci text 内容
表名称 字段名 默认值 是_可空 数据类型 最大长度 字符长度 字符集名 整理 列类型 COLUMN_KEY 额外的 描述 生成表达式
location locationid NO int int(11) PRI auto_increment 自增ID
location title NO char 64 192 utf8 utf8_general_ci char(64) 标题
location content NO text 65535 65535 utf8 utf8_general_ci text 内容介绍
location path NO char 32 96 utf8 utf8_general_ci char(32) 路径
location photo NO char 32 96 utf8 utf8_general_ci char(32) 图片
location orderid 0 NO int int(11) 排序ID
表名称 字段名 默认值 是_可空 数据类型 最大长度 字符长度 字符集名 整理 列类型 COLUMN_KEY 额外的 描述 生成表达式
mail_options optionid NO int int(11) PRI auto_increment 选项ID
mail_options optionname NO char 12 36 utf8 utf8_general_ci char(12) UNI 选项名字
mail_options optionvalue NO char 255 765 utf8 utf8_general_ci char(255) 选项内容
表名称 字段名 默认值 是_可空 数据类型 最大长度 字符长度 字符集名 整理 列类型 COLUMN_KEY 额外的 描述 生成表达式
message messageid NO int int(11) PRI auto_increment 消息ID
message userid 0 NO int int(11) MUL 发送用户ID
message touserid 0 NO int int(11) MUL 接收消息的用户ID
message content NO text 65535 65535 utf8 utf8_general_ci text 内容
message tourl NO varchar 64 192 utf8 utf8_general_ci varchar(64) 消息跳转地址
message isread 0 NO tinyint tinyint(1) 是否已读
message addtime 0 NO int int(11) 添加时间
表名称 字段名 默认值 是_可空 数据类型 最大长度 字符长度 字符集名 整理 列类型 COLUMN_KEY 额外的 描述 生成表达式
photo photoid NO int int(11) PRI auto_increment
photo albumid 0 NO int int(11) 相册ID
photo userid 0 NO int int(11)
photo locationid 0 NO int int(11) 同城iD
photo photoname NO char 64 192 utf8 utf8_general_ci char(64)
photo phototype NO char 32 96 utf8 utf8_general_ci char(32)
photo path NO char 32 96 utf8 utf8_general_ci char(32) 图片路径
photo photourl NO char 120 360 utf8 utf8_general_ci char(120)
photo photosize NO char 32 96 utf8 utf8_general_ci char(32)
photo photodesc NO char 120 360 utf8 utf8_general_ci char(120)
photo count_view 0 NO int int(11)
photo isrecommend 0 NO tinyint tinyint(1) 0不推荐1推荐
photo addtime 0000-00-00 00:00:00 NO datetime datetime 添加时间
表名称 字段名 默认值 是_可空 数据类型 最大长度 字符长度 字符集名 整理 列类型 COLUMN_KEY 额外的 描述 生成表达式
photo_album albumid NO int int(11) PRI auto_increment 相册ID
photo_album userid 0 NO int int(11) MUL
photo_album path NO char 32 96 utf8 utf8_general_ci char(32) 相册路径
photo_album albumface NO char 64 192 utf8 utf8_general_ci char(64) 相册封面
photo_album albumname NO char 64 192 utf8 utf8_general_ci char(64)
photo_album albumdesc NO varchar 400 1200 utf8 utf8_general_ci varchar(400) 相册介绍
photo_album count_photo 0 NO int int(11)
photo_album count_view 0 NO int int(11)
photo_album isrecommend 0 NO tinyint tinyint(1) MUL 是否推荐
photo_album isaudit 0 NO tinyint tinyint(1) 0审核1未审核
photo_album addtime 0000-00-00 00:00:00 NO datetime datetime 添加时间
photo_album uptime 0000-00-00 00:00:00 NO datetime datetime 更新时间
表名称 字段名 默认值 是_可空 数据类型 最大长度 字符长度 字符集名 整理 列类型 COLUMN_KEY 额外的 描述 生成表达式
photo_comment commentid NO int int(11) PRI auto_increment 评论ID
photo_comment referid 0 NO int int(11) MUL
photo_comment photoid 0 NO int int(11) MUL 相册ID
photo_comment userid 0 NO int int(11) MUL 用户ID
photo_comment content NO char 255 765 utf8 utf8_general_ci char(255) 回复内容
photo_comment addtime 0 YES int int(11) 回复时间
表名称 字段名 默认值 是_可空 数据类型 最大长度 字符长度 字符集名 整理 列类型 COLUMN_KEY 额外的 描述 生成表达式
photo_options optionid NO int int(11) PRI auto_increment 选项ID
photo_options optionname NO char 16 48 utf8 utf8_general_ci char(16) UNI 选项名字
photo_options optionvalue NO char 255 765 utf8 utf8_general_ci char(255) 选项内容
表名称 字段名 默认值 是_可空 数据类型 最大长度 字符长度 字符集名 整理 列类型 COLUMN_KEY 额外的 描述 生成表达式
redeem_cate cateid NO int int(11) PRI auto_increment 分类ID
redeem_cate catename NO char 32 96 utf8 utf8_general_ci char(32) 分类名称
表名称 字段名 默认值 是_可空 数据类型 最大长度 字符长度 字符集名 整理 列类型 COLUMN_KEY 额外的 描述 生成表达式
redeem_goods goodsid NO int int(11) PRI auto_increment 产品ID
redeem_goods cateid 0 NO int int(11) 分类ID
redeem_goods title NO char 64 192 utf8 utf8_general_ci char(64) 产品标题
redeem_goods content NO text 65535 65535 utf8 utf8_general_ci text 产品介绍
redeem_goods nums 0 NO int int(11) 数量
redeem_goods scores 0 NO int int(11) 需要积分
redeem_goods return 0 NO int int(11) 返还积分
redeem_goods endtime 0000-00-00 00:00:00 NO datetime datetime 结束时间
redeem_goods path NO char 32 96 utf8 utf8_general_ci char(32) 路径
redeem_goods photo NO char 32 96 utf8 utf8_general_ci char(32) 图片
redeem_goods addtime 0000-00-00 00:00:00 NO datetime datetime 添加时间
表名称 字段名 默认值 是_可空 数据类型 最大长度 字符长度 字符集名 整理 列类型 COLUMN_KEY 额外的 描述 生成表达式
redeem_options optionname NO char 12 36 utf8 utf8_general_ci char(12) PRI 选项名字
redeem_options optionvalue NO char 255 765 utf8 utf8_general_ci char(255) 选项内容
表名称 字段名 默认值 是_可空 数据类型 最大长度 字符长度 字符集名 整理 列类型 COLUMN_KEY 额外的 描述 生成表达式
redeem_user userid 0 NO int int(11) MUL 用户ID
redeem_user goodsid 0 NO int int(11) MUL 产品ID
redeem_user isreturn 0 NO tinyint tinyint(1) 是否返还0未返还1返还
表名称 字段名 默认值 是_可空 数据类型 最大长度 字符长度 字符集名 整理 列类型 COLUMN_KEY 额外的 描述 生成表达式
session session NO char 64 192 utf8 utf8_general_ci char(64) PRI SESSIONID
session userid 0 NO int int(11) MUL 用户ID
session session_expires 0 NO int int(11) unsigned 时间
session ip NO char 32 96 utf8 utf8_general_ci char(32) IP
session session_data NO varchar 512 1536 utf8 utf8_general_ci varchar(512) SESSION数据
session addtime 0 NO int int(11) 时间
表名称 字段名 默认值 是_可空 数据类型 最大长度 字符长度 字符集名 整理 列类型 COLUMN_KEY 额外的 描述 生成表达式
slide slideid NO int int(11) PRI auto_increment
slide typeid 0 NO int int(11) 类型ID默认0为web端轮播
slide title NO char 128 384 utf8 utf8_general_ci char(128)
slide url NO char 128 384 utf8 utf8_general_ci char(128)
slide path NO char 32 96 utf8 utf8_general_ci char(32)
slide photo NO char 32 96 utf8 utf8_general_ci char(32)
slide addtime 0 NO int int(11)
表名称 字段名 默认值 是_可空 数据类型 最大长度 字符长度 字符集名 整理 列类型 COLUMN_KEY 额外的 描述 生成表达式
system_options optionname NO char 32 96 utf8 utf8_general_ci char(32) PRI 选项名字
system_options optionvalue NO char 255 765 utf8 utf8_general_ci char(255) 选项内容
表名称 字段名 默认值 是_可空 数据类型 最大长度 字符长度 字符集名 整理 列类型 COLUMN_KEY 额外的 描述 生成表达式
tag tagid NO int int(11) PRI auto_increment
tag tagname NO char 16 48 utf8 utf8_general_ci char(16) UNI
tag count_user 0 NO int int(11)
tag count_group 0 NO int int(11)
tag count_topic 0 NO int int(11)
tag count_bang 0 NO int int(11)
tag count_article 0 NO int int(11)
tag count_photo 0 NO int int(11) 统计图片使用数
tag isenable 0 NO tinyint tinyint(1) 是否可用
tag uptime 0 NO int int(11) 更新时间
表名称 字段名 默认值 是_可空 数据类型 最大长度 字符长度 字符集名 整理 列类型 COLUMN_KEY 额外的 描述 生成表达式
tag_article articleid 0 NO int int(11) PRI 帖子ID
tag_article tagid 0 NO int int(11) PRI
表名称 字段名 默认值 是_可空 数据类型 最大长度 字符长度 字符集名 整理 列类型 COLUMN_KEY 额外的 描述 生成表达式
tag_group groupid 0 NO int int(11) PRI
tag_group tagid 0 NO int int(11) PRI
表名称 字段名 默认值 是_可空 数据类型 最大长度 字符长度 字符集名 整理 列类型 COLUMN_KEY 额外的 描述 生成表达式
tag_photo photoid 0 NO int int(11) PRI 图片ID
tag_photo tagid 0 NO int int(11) PRI
表名称 字段名 默认值 是_可空 数据类型 最大长度 字符长度 字符集名 整理 列类型 COLUMN_KEY 额外的 描述 生成表达式
tag_topic topicid 0 NO int int(11) PRI 帖子ID
tag_topic tagid 0 NO int int(11) PRI
表名称 字段名 默认值 是_可空 数据类型 最大长度 字符长度 字符集名 整理 列类型 COLUMN_KEY 额外的 描述 生成表达式
tag_user userid 0 NO int int(11) PRI 用户ID
tag_user tagid 0 NO int int(11) PRI
表名称 字段名 默认值 是_可空 数据类型 最大长度 字符长度 字符集名 整理 列类型 COLUMN_KEY 额外的 描述 生成表达式
task taskid NO int int(11) PRI auto_increment 任务ID
task taskkey NO char 32 96 utf8 utf8_general_ci char(32) UNI 任务标识
task title NO char 64 192 utf8 utf8_general_ci char(64) 任务标题
task content NO varchar 2000 6000 utf8 utf8_general_ci varchar(2000) 任务介绍
task addtime 0000-00-00 00:00:00 NO datetime datetime 时间
表名称 字段名 默认值 是_可空 数据类型 最大长度 字符长度 字符集名 整理 列类型 COLUMN_KEY 额外的 描述 生成表达式
task_user userid 0 NO int int(11) PRI 用户ID
task_user taskkey NO char 32 96 utf8 utf8_general_ci char(32) PRI 任务key
task_user addtime 0000-00-00 00:00:00 NO datetime datetime 时间
表名称 字段名 默认值 是_可空 数据类型 最大长度 字符长度 字符集名 整理 列类型 COLUMN_KEY 额外的 描述 生成表达式
user userid NO int int(11) PRI auto_increment 用户ID
user pwd NO char 32 96 utf8 utf8_general_ci char(32) MUL 用户密码
user salt NO char 32 96 utf8 utf8_general_ci char(32) 加点盐
user email NO char 64 192 utf8 utf8_general_ci char(64) UNI 用户email
user resetpwd NO char 32 96 utf8 utf8_general_ci char(32) 重设密码
user code NO char 32 96 utf8 utf8_general_ci char(32) 邮箱验证码
表名称 字段名 默认值 是_可空 数据类型 最大长度 字符长度 字符集名 整理 列类型 COLUMN_KEY 额外的 描述 生成表达式
user_follow userid 0 NO int int(11) PRI 用户ID
user_follow userid_follow 0 NO int int(11) PRI 被关注的用户ID
user_follow addtime 0 NO int int(11) 添加时间
表名称 字段名 默认值 是_可空 数据类型 最大长度 字符长度 字符集名 整理 列类型 COLUMN_KEY 额外的 描述 生成表达式
user_gb id NO int int(11) PRI auto_increment
user_gb reid 0 NO int int(11) 回复ID
user_gb userid 0 NO int int(11) MUL 留言用户ID
user_gb touserid 0 NO int int(11) MUL 被留言用户ID
user_gb content NO varchar 2000 6000 utf8 utf8_general_ci varchar(2000) 内容
user_gb addtime 0000-00-00 00:00:00 NO datetime datetime 时间
表名称 字段名 默认值 是_可空 数据类型 最大长度 字符长度 字符集名 整理 列类型 COLUMN_KEY 额外的 描述 生成表达式
user_group id NO int int(11) PRI auto_increment 用户组ID
user_group groupname NO char 32 96 utf8 utf8_general_ci char(32) 用户组名字
user_group view 0 NO tinyint tinyint(1) 查看权限0有1没有
user_group delete 0 NO tinyint tinyint(1) 删除权限
user_group edit 0 NO tinyint tinyint(1) 修改权限
user_group create 0 NO tinyint tinyint(1) 写入权限
user_group score 0 NO int int(11) 积分挂钩
表名称 字段名 默认值 是_可空 数据类型 最大长度 字符长度 字符集名 整理 列类型 COLUMN_KEY 额外的 描述 生成表达式
user_info userid 0 NO int int(11) UNI 用户ID
user_info locationid 0 NO int int(11) 同城ID
user_info fuserid 0 NO int int(11) MUL 来自邀请用户
user_info username NO char 32 96 utf8 utf8_general_ci char(32) 用户名
user_info email NO char 64 192 utf8 utf8_general_ci char(64) PRI
user_info sex 0 NO tinyint tinyint(1) 性别
user_info phone NO char 16 48 utf8 utf8_general_ci char(16) 电话号码
user_info roleid 1 NO int int(11) 角色ID
user_info province NO char 64 192 utf8 utf8_general_ci char(64) 省/直辖市/自治区
user_info city NO char 65 195 utf8 utf8_general_ci char(65) 市县区
user_info path NO char 32 96 utf8 utf8_general_ci char(32) 头像路径
user_info face NO char 64 192 utf8 utf8_general_ci char(64) 会员头像
user_info signed NO char 64 192 utf8 utf8_general_ci char(64) 签名
user_info blog NO char 32 96 utf8 utf8_general_ci char(32) 博客
user_info about NO char 255 765 utf8 utf8_general_ci char(255) 关于我
user_info ip NO varchar 16 48 utf8 utf8_general_ci varchar(16) 登陆IP
user_info address NO char 64 192 utf8 utf8_general_ci char(64)
user_info comefrom 0 NO tinyint tinyint(1) 注册来自0web1手机客户端
user_info count_score 0 NO int int(11) 统计积分
user_info count_follow 0 NO int int(11) 统计用户跟随的
user_info count_followed 0 NO int int(11) 统计用户被跟随的
user_info count_group 0 NO int int(11) 统计小组数
user_info count_topic 0 NO int int(11) 统计帖子
user_info isadmin 0 NO tinyint tinyint(1) 是否是管理员
user_info isenable 0 NO tinyint tinyint(1) 是否启用:0启用1禁用
user_info isverify 0 NO tinyint tinyint(1) 0未验证1验证
user_info isrenzheng 0 NO tinyint tinyint(1) MUL 是否认证0未认证1认证
user_info isrecommend 0 NO tinyint tinyint(1) MUL 是否推荐
user_info verifycode NO char 11 33 utf8 utf8_general_ci char(11) 验证码
user_info autologin NO char 128 384 utf8 utf8_general_ci char(128) 自动登陆
user_info signin 0 NO int int(11) 签到时间
user_info addtime 0 NO int int(11) 创建时间
user_info uptime 0 YES int int(11) 登陆时间
表名称 字段名 默认值 是_可空 数据类型 最大长度 字符长度 字符集名 整理 列类型 COLUMN_KEY 额外的 描述 生成表达式
user_invites inviteid NO int int(11) PRI auto_increment
user_invites userid 0 NO int int(11) MUL 用户ID
user_invites invitecode NO char 32 96 utf8 utf8_general_ci char(32) UNI 邀请码
user_invites isused 0 NO tinyint tinyint(1) MUL 是否使用
user_invites addtime 0 NO int int(11) 添加时间
表名称 字段名 默认值 是_可空 数据类型 最大长度 字符长度 字符集名 整理 列类型 COLUMN_KEY 额外的 描述 生成表达式
user_open userid 0 NO int int(11) PRI 用户ID
user_open sitename NO char 32 96 utf8 utf8_general_ci char(32) PRI 连接网站名称
user_open openid NO char 32 96 utf8 utf8_general_ci char(32) openid
user_open access_token NO char 32 96 utf8 utf8_general_ci char(32) access_token
user_open uptime 0 NO int int(11) 更新时间
表名称 字段名 默认值 是_可空 数据类型 最大长度 字符长度 字符集名 整理 列类型 COLUMN_KEY 额外的 描述 生成表达式
user_options optionname NO char 12 36 utf8 utf8_general_ci char(12) PRI 选项名字
user_options optionvalue NO char 255 765 utf8 utf8_general_ci char(255) 选项内容
表名称 字段名 默认值 是_可空 数据类型 最大长度 字符长度 字符集名 整理 列类型 COLUMN_KEY 额外的 描述 生成表达式
user_role roleid NO int int(11) PRI auto_increment 角色ID
user_role rolename NO char 32 96 utf8 utf8_general_ci char(32) 角色名称
user_role score_start 0 NO int int(11) 积分开始
user_role score_end 0 NO int int(11) 积分结束
表名称 字段名 默认值 是_可空 数据类型 最大长度 字符长度 字符集名 整理 列类型 COLUMN_KEY 额外的 描述 生成表达式
user_score scoreid NO int int(11) PRI auto_increment 积分ID
user_score scorekey NO char 32 96 utf8 utf8_general_ci char(32) 积分key
user_score scorename NO char 64 192 utf8 utf8_general_ci char(64) 积分名称
user_score app NO char 32 96 utf8 utf8_general_ci char(32) MUL APP
user_score action NO char 32 96 utf8 utf8_general_ci char(32) ACTION
user_score ts NO char 32 96 utf8 utf8_general_ci char(32) TS
user_score score 0 NO int int(11) 积分数
user_score status 0 NO tinyint tinyint(1) 0加积分1减积分
表名称 字段名 默认值 是_可空 数据类型 最大长度 字符长度 字符集名 整理 列类型 COLUMN_KEY 额外的 描述 生成表达式
user_score logid NO int int(11) PRI auto_increment 积分记录ID
user_score userid 0 NO int int(11) MUL 用户ID
user_score scorename NO char 64 192 utf8 utf8_general_ci char(64) 积分说明
user_score score 0 NO int int(11) 得分
user_score status 0 NO tinyint tinyint(1) 0增加1减少
user_score addtime 0 NO int int(11) 积分时间
表名称 字段名 默认值 是_可空 数据类型 最大长度 字符长度 字符集名 整理 列类型 COLUMN_KEY 额外的 描述 生成表达式
weibo weiboid NO int int(11) PRI auto_increment
weibo userid 0 NO int int(11) MUL
weibo locationid 0 NO int int(11) 同城ID
weibo content NO text 65535 65535 utf8 utf8_general_ci text
weibo count_comment 0 NO int int(11)
weibo photo NO char 32 96 utf8 utf8_general_ci char(32)
weibo path NO char 32 96 utf8 utf8_general_ci char(32)
weibo isaudit 0 NO tinyint tinyint(1) 是否审核
weibo addtime 0000-00-00 00:00:00 NO datetime datetime
weibo uptime 0000-00-00 00:00:00 NO datetime datetime 更新时间
表名称 字段名 默认值 是_可空 数据类型 最大长度 字符长度 字符集名 整理 列类型 COLUMN_KEY 额外的 描述 生成表达式
weibo_comment commentid NO int int(11) PRI auto_increment
weibo_comment userid 0 NO int int(11)
weibo_comment touserid 0 NO int int(11) MUL
weibo_comment isread 0 NO tinyint tinyint(1)
weibo_comment weiboid 0 NO int int(11) MUL
weibo_comment content NO varchar 512 1536 utf8 utf8_general_ci varchar(512)
weibo_comment addtime 0000-00-00 00:00:00 NO datetime datetime
表名称 字段名 默认值 是_可空 数据类型 最大长度 字符长度 字符集名 整理 列类型 COLUMN_KEY 额外的 描述 生成表达式
weibo_options optionname NO char 12 36 utf8 utf8_general_ci char(12) PRI 选项名字
weibo_options optionvalue NO char 255 765 utf8 utf8_general_ci char(255) 选项内容