mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-01 20:59:30 +00:00
Added time field to testResult schema
This commit is contained in:
@@ -116,6 +116,7 @@ tableCreate.set('testResult', `
|
||||
testId varchar(36) NOT NULL ,
|
||||
accountId varchar(36) NOT NULL ,
|
||||
mark int NOT NULL ,
|
||||
time datetime NOT NULL ,
|
||||
CONSTRAINT Unq_testResult UNIQUE ( studentId, testId )
|
||||
);
|
||||
`);
|
||||
|
||||
Reference in New Issue
Block a user