当前位置:文档之家› 毕业设计管理系统数据库设计表格

毕业设计管理系统数据库设计表格

smalldatetime
not null
上传文件时间
uploadFilePath
varchar
100
上传文件路径
varchar
10
not null
密码默认是999最长不超过十位
managerName
varchar
10
not null
姓名默认为:管理员
managerPermitID
tinyint
not null
权限号系统默认为3
五、课题信息表(subjectInfo.tab)
字段名
数据类型
长度
是否为空
是否主键
说明
not null

留言ID自增列
bbsTitle
varchar
30
not null
留言标题
bbsContents
varchar
200
not null
留言内容
bbsTime
smalldatetime
not null
留言时间
bbsAuthor
varchar
30
not null
留言人
七、上传文件信息表(uploadfilesInfo.tab)
一、毕业生信息表(studentInfo.tab)
字段名
数据类型
长度
是否为空
是否主键
说明
studentNumber
bigint
not null

学号
studentPassword
varchar
10
not null
密码默认是1234最长不超过十位
studentName
varchar
30
not null
字段名
数据类型
长度
是否为空
是否主键
说明
uploadFileID
numeric(5,0) identity
not null

上传文件ID自增列
uploadFilesName
varchar
100
not null
上传文件名
uploadFileAuthor
varchar
30
not null
上传文件人
uploadFileTime
姓名
studentAge
tinyint
not null
年龄
studentSex
nchar
1
not null
性别只能是男或女
studentPermitID
tinyint
not null
权限号系统默认为0
studentMajor
varchar
30ueZhi
varchar
teacherAge
tinyint
年龄
teacherPermitID
tinyint
not null
权限号系统默认为1
teacherSubjectName
varchar
50
not null
教师所带课题名
teacherSubjectStudentNumber
tinyint
教师所带课题学生数
teacherPhone
数据类型
长度
是否为空
是否主键
说明
teacherNumber
bigint
not null

教工号
teacherPassword
varchar
10
not null
密码默认是5678最长不超过十位
teacherName
varchar
30
not null
姓名
teacherSex
nchar
1
not null
性别只能是男或女
subjectRequest
varchar
100
not null
课题要求
subjectRequestStudentNumber
tinyint
not null
课题要求学生人数
subjectState
bit
课题状态
六、留言信息表(bbsInfo.tab)
字段名
数据类型
长度
是否为空
是否主键
说明
bbsID
numeric(5,0) identity
整个的数据库名为:毕业设计管理系统(GraduationDesignManagementSystem)
下有毕业生信息表(studentInfo.tab)、指导老师信息表(teacherInfo1.tab)、评审老师信息表(teacherInfo2.tab)、管理员信息表(managerInfo.tab)、课题信息表(subjectInfo.tab)、留言信息表(bbsInfo.tab)、上传文件信息表(uploadfilesInfo.tab)。下面做详细介绍:
subjectID
numeric(5,0) identity
not null

课题号自增列
subjectName
varchar
50
not null
课题名
subjectTeacherName
varchar
30
not null
课题老师名
subjectContents
varchar
200
not null
课题内容
30
not null
学制
studentPhone
bigint
联系电话
studentEmail
varchar
50
邮箱
studentTeacherName
varchar
30
指导老师姓名
studentSubjectName
varchar
50
学生课题名
二、执导老师信息表(teacherInfo1.tab)
字段名
bigint
老师电话
teacherEmail
varchar
50
老师邮箱
三、评审老师信息表(teacherInfo2.tab)
字段名
数据类型
长度
是否为空
是否主键
说明
teacherNumber
bigint
not null

教工号
teacherPassword
varchar
10
not null
密码默认是5678最长不超过十位
teacherName
varchar
30
not null
姓名
teacherPermitID
tinyint
not null
权限号系统默认为2
四、管理员信息表(managerInfo.tab)
字段名
数据类型
长度
是否为空
是否主键
说明
managerNumber
bigint
not null

编号
managerPassword
相关主题