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

MySQL建表SQL语句

数据库结构:xiaoshuo小说-章节:https://open.yesapi.cn/tablelist/yesapi_xwx_chapter.html


-- 数据库大全:xiaoshuo小说-章节
-- 来源:YesApi.cn
CREATE TABLE `yesapi_xwx_chapter` (
    `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
    `chapter_name` varchar(255) NOT NULL COMMENT '',
    `create_time` int(11) NOT NULL DEFAULT '0' COMMENT '',
    `book_id` int(10) NOT NULL COMMENT '',
    `chapter_order` decimal(10,2) NOT NULL COMMENT '',
    KEY `chapter_name` (`chapter_name`),
    KEY `book_id` (`book_id`),
    KEY `chapter_order` (`chapter_order`),
    PRIMARY KEY (`id`)
) ENGINE=InnoDB COMMENT 'xiaoshuo小说-章节';

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


MySQL数据库表结构设计

第 1-4 条, 共 4 条.
字段名称字段类型字段默认值是否允许为空字段描述索引字段数据示例
chapter_namevarchar(255)普通索引
create_timeint(11)0无索引0
book_idint(10)普通索引
chapter_orderdecimal(10,2)普通索引

猜你喜欢

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小说-私信

MySQL数据库设计 jieqi小说-模块



回到顶部 ↑