+ 立即免费创建此表 返回数据库大全

MySQL建表SQL语句

数据库结构:jieqi小说-发布:https://open.yesapi.cn/tablelist/yesapi_jieqi_system_pposts.html


-- 数据库大全:jieqi小说-发布
-- 来源:YesApi.cn
CREATE TABLE `yesapi_jieqi_system_pposts` (
    `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
    `siteid` smallint(6) NOT NULL DEFAULT '0' COMMENT '',
    `topicid` int(10) NOT NULL DEFAULT '0' COMMENT '',
    `istopic` tinyint(1) NOT NULL DEFAULT '0' COMMENT '',
    `replypid` int(10) NOT NULL DEFAULT '0' COMMENT '',
    `ownerid` int(11) NOT NULL DEFAULT '0' COMMENT '',
    `posterid` int(11) NOT NULL DEFAULT '0' COMMENT '',
    `poster` varchar(30) NOT NULL COMMENT '',
    `posttime` int(11) NOT NULL DEFAULT '0' COMMENT '',
    `posterip` varchar(25) NOT NULL COMMENT '',
    `editorid` int(10) NOT NULL DEFAULT '0' COMMENT '',
    `editor` varchar(30) NOT NULL COMMENT '',
    `edittime` int(10) NOT NULL DEFAULT '0' COMMENT '',
    `editorip` varchar(25) NOT NULL COMMENT '',
    `editnote` varchar(250) NOT NULL COMMENT '',
    `iconid` tinyint(3) NOT NULL DEFAULT '0' COMMENT '',
    `attachment` text NOT NULL COMMENT '',
    `yesapi_jieqi_system_pposts_subject` varchar(80) NOT NULL COMMENT '',
    `posttext` mediumtext NOT NULL COMMENT '',
    `size` int(11) NOT NULL DEFAULT '0' COMMENT '',
    KEY `topicid` (`topicid`),
    KEY `ownerid` (`ownerid`),
    PRIMARY KEY (`id`)
) ENGINE=InnoDB COMMENT 'jieqi小说-发布';

复制后,到数据库执行,即可创建此数据库表。


MySQL数据库表结构设计

第 1-19 条, 共 19 条.
字段名称字段类型字段默认值是否允许为空字段描述索引字段数据示例
siteidsmallint(6)0无索引0
topicidint(10)0普通索引0
istopictinyint(1)0无索引0
replypidint(10)0无索引0
owneridint(11)0普通索引0
posteridint(11)0无索引0
postervarchar(30)无索引
posttimeint(11)0无索引0
posteripvarchar(25)无索引
editoridint(10)0无索引0
editorvarchar(30)无索引
edittimeint(10)0无索引0
editoripvarchar(25)无索引
editnotevarchar(250)无索引
iconidtinyint(3)0无索引0
attachmenttext无索引
yesapi_jieqi_system_pposts_subjectvarchar(80)无索引
posttextmediumtext无索引
sizeint(11)0无索引0

猜你喜欢

MySQL数据库设计 xiaoshuo小说-作者

MySQL数据库设计 xiaoshuo小说-顶部

MySQL数据库设计 xiaoshuo小说-小说

MySQL数据库设计 xiaoshuo小说-分类

MySQL数据库设计 xiaoshuo小说-章节

MySQL数据库设计 xiaoshuo小说-标签

MySQL数据库设计 xiaoshuo小说-管理员

MySQL数据库设计 xiaoshuo小说-友情链接

MySQL数据库设计 jieqi小说-管理菜单

MySQL数据库设计 jieqi小说-章节配置

MySQL数据库设计 jieqi小说-章节

MySQL数据库设计 jieqi小说-配置

MySQL数据库设计 jieqi小说-默认菜单

MySQL数据库设计 jieqi小说-好友

MySQL数据库设计 jieqi小说-分组

MySQL数据库设计 jieqi小说-声望

MySQL数据库设计 jieqi小说-日志

MySQL数据库设计 jieqi小说-主菜单

MySQL数据库设计 jieqi小说-m章节

MySQL数据库设计 jieqi小说-私信



回到顶部 ↑