exam
This commit is contained in:
parent
6f8f4b2015
commit
0e7c55323e
@ -1,6 +1,6 @@
|
||||
CREATE TABLE `ufutx_exam_question` (
|
||||
`id` BIGINT NOT NULL AUTO_INCREMENT ,
|
||||
`library_id` int NOT NULL COMMENT "题库id"
|
||||
`library_id` int NOT NULL COMMENT "题库id",
|
||||
`title` varchar(255) NOT NULL COMMENT "标题",
|
||||
`parse` varchar(255) NOT NULL COMMENT "解析",
|
||||
`answer` varchar(10) NOT NULL COMMENT "答案",
|
||||
|
Loading…
Reference in New Issue
Block a user