Skip to content
Snippets Groups Projects
Commit 132c6da5 authored by Axel's avatar Axel
Browse files

DB table quiz changed author to studentId

parent 93733c05
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,7 @@ CREATE TABLE `projectuser` (
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
CREATE TABLE `quiz` (
`author` varchar(400) NOT NULL,
`studentId` varchar(400) NOT NULL,
`projectId` varchar(400) NOT NULL,
`question` varchar(400) NOT NULL,
`mcType` varchar(400) NOT NULL,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment