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

MySQL建表SQL语句

数据库结构:jieqi小说-报告:https://open.yesapi.cn/tablelist/yesapi_jieqi_system_report.html


-- 数据库大全:jieqi小说-报告
-- 来源:YesApi.cn
CREATE TABLE `yesapi_jieqi_system_report` (
    `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
    `siteid` smallint(6) NOT NULL DEFAULT '0' COMMENT '',
    `reporttime` int(11) NOT NULL DEFAULT '0' COMMENT '',
    `reportuid` int(11) NOT NULL DEFAULT '0' COMMENT '',
    `reportname` varchar(30) NOT NULL COMMENT '',
    `authtime` int(11) NOT NULL DEFAULT '0' COMMENT '',
    `authuid` int(11) NOT NULL DEFAULT '0' COMMENT '',
    `authname` varchar(30) NOT NULL COMMENT '',
    `reporttitle` varchar(100) NOT NULL COMMENT '',
    `reporttext` mediumtext NOT NULL COMMENT '',
    `reportsize` int(11) NOT NULL DEFAULT '0' COMMENT '',
    `reportfield` varchar(250) NOT NULL COMMENT '',
    `authnote` text NOT NULL COMMENT '',
    `reportsort` smallint(6) NOT NULL DEFAULT '0' COMMENT '',
    `reporttype` smallint(6) NOT NULL DEFAULT '0' COMMENT '',
    `authflag` tinyint(3) NOT NULL DEFAULT '0' COMMENT '',
    KEY `reportname` (`reportname`),
    KEY `authname` (`authname`),
    KEY `reportsort` (`reportsort`),
    KEY `reporttype` (`reporttype`),
    PRIMARY KEY (`id`)
) ENGINE=InnoDB COMMENT 'jieqi小说-报告';

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


MySQL数据库表结构设计

第 1-15 条, 共 15 条.
字段名称字段类型字段默认值是否允许为空字段描述索引字段数据示例
siteidsmallint(6)0无索引0
reporttimeint(11)0无索引0
reportuidint(11)0无索引0
reportnamevarchar(30)普通索引
authtimeint(11)0无索引0
authuidint(11)0无索引0
authnamevarchar(30)普通索引
reporttitlevarchar(100)无索引
reporttextmediumtext无索引
reportsizeint(11)0无索引0
reportfieldvarchar(250)无索引
authnotetext无索引
reportsortsmallint(6)0普通索引0
reporttypesmallint(6)0普通索引0
authflagtinyint(3)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小说-私信



回到顶部 ↑