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

MySQL建表SQL语句

数据库结构:EW在线教育-题目报告:https://open.yesapi.cn/tablelist/yesapi_eduwind_ew_question_report.html


-- 数据库大全:EW在线教育-题目报告
-- 来源:YesApi.cn
CREATE TABLE `yesapi_eduwind_ew_question_report` (
    `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
    `questionId` int(11) NOT NULL COMMENT '',
    `memberNum` int(11) NOT NULL DEFAULT '0' COMMENT '',
    `partialCorrectRate` decimal(5,4) NOT NULL DEFAULT '0.0000' COMMENT '',
    `wrongRate` decimal(5,4) NOT NULL DEFAULT '0.0000' COMMENT '',
    `correctRate` decimal(5,4) NOT NULL DEFAULT '0.0000' COMMENT '',
    `aNum` int(11) NOT NULL DEFAULT '0' COMMENT '',
    `bNum` int(11) NOT NULL DEFAULT '0' COMMENT '',
    `cNum` int(11) NOT NULL DEFAULT '0' COMMENT '',
    `dNum` int(11) NOT NULL DEFAULT '0' COMMENT '',
    `yesapi_eduwind_ew_question_report_eNum` int(11) NOT NULL DEFAULT '0' COMMENT '',
    `fNum` int(11) NOT NULL DEFAULT '0' COMMENT '',
    PRIMARY KEY (`id`)
) ENGINE=InnoDB COMMENT 'EW在线教育-题目报告';

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


MySQL数据库表结构设计

第 1-11 条, 共 11 条.
字段名称字段类型字段默认值是否允许为空字段描述索引字段数据示例
questionIdint(11)无索引
memberNumint(11)0无索引0
partialCorrectRatedecimal(5,4)0.0000无索引0.0000
wrongRatedecimal(5,4)0.0000无索引0.0000
correctRatedecimal(5,4)0.0000无索引0.0000
aNumint(11)0无索引0
bNumint(11)0无索引0
cNumint(11)0无索引0
dNumint(11)0无索引0
yesapi_eduwind_ew_question_report_eNumint(11)0无索引0
fNumint(11)0无索引0

猜你喜欢

MySQL数据库设计 课程预约

MySQL数据库设计 学英语社区-文章

MySQL数据库设计 学英语社区-文章内容

MySQL数据库设计 学英语社区-英文等级

MySQL数据库设计 学英语社区-等级搭述

MySQL数据库设计 学英语社区-英文短句

MySQL数据库设计 EW在线教育-权限分配

MySQL数据库设计 EW在线教育-权限

MySQL数据库设计 EW在线教育-子权限

MySQL数据库设计 EW在线教育-权限

MySQL数据库设计 EW在线教育-会话

MySQL数据库设计 EW在线教育-公告

MySQL数据库设计 EW在线教育-答案

MySQL数据库设计 EW在线教育-地区

MySQL数据库设计 EW在线教育-文章

MySQL数据库设计 EW在线教育-静态页面

MySQL数据库设计 EW在线教育-首页轮播图片

MySQL数据库设计 EW在线教育-分类

MySQL数据库设计 EW在线教育-章节

MySQL数据库设计 EW在线教育-城市



回到顶部 ↑