mysql sns表,问答社区-分类 - 数据库设计 - 数据库表结构 - 果创云

-- 数据库大全:问答社区-分类

-- 来源:YesApi.cn

CREATE TABLE `yesapi_whatsns_category` (

`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,

`yesapi_whatsns_category_name` char(30) NULL COMMENT '',

`dir` char(30) NULL COMMENT '',

`pid` smallint(5) NULL DEFAULT '0' COMMENT '',

`grade` tinyint(1) NULL DEFAULT '0' COMMENT '',

`displayorder` tinyint(3) NULL DEFAULT '0' COMMENT '',

`questions` int(10) NULL DEFAULT '0' COMMENT '',

`alias` varchar(200) NULL COMMENT '',

`miaosu` varchar(500) NULL COMMENT '',

`followers` int(10) NULL DEFAULT '0' COMMENT '',

`image` varchar(200) NULL COMMENT '',

`template` varchar(200) NULL COMMENT '',

`articletemplate` varchar(200) NULL DEFAULT 'topicone' COMMENT '',

`onlybackground` int(2) NULL DEFAULT '0' COMMENT '',

`isshowindex` int(10) NULL DEFAULT '1' COMMENT '',

`isusearticle` int(10) NULL DEFAULT '1' COMMENT '',

`isuseask` int(10) NULL DEFAULT '1' COMMENT '',

`iscourse` int(10) NULL DEFAULT '0' COMMENT '',

KEY `pid` (`pid`),

KEY `grade` (`grade`),

KEY `questions` (`questions`),

KEY `followers` (`followers`),

KEY `onlybackground` (`onlybackground`),

KEY `isshowindex` (`isshowindex`),

KEY `isusearticle` (`isusearticle`),

KEY `isuseask` (`isuseask`),

KEY `iscourse` (`iscourse`),

PRIMARY KEY (`id`)

) ENGINE=InnoDB COMMENT '问答社区-分类';

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值