Skip to content

Commit ae725a8

Browse files
committed
Fix typo in schema
1 parent a0cc809 commit ae725a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utility/db/initDb.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ tableCreate.set('student', `
5050

5151
tableCreate.set('studentParentLink', `
5252
CREATE TABLE IF NOT EXISTS studentParentLink (
53-
studentid varchar(36) NOT NULL ,
53+
studentId varchar(36) NOT NULL ,
5454
parentId varchar(36) NOT NULL ,
5555
CONSTRAINT pk_studentparentlink_studentid
5656
PRIMARY KEY ( studentid, parentId )

0 commit comments

Comments
 (0)