mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-01 11:29:25 +00:00
Fix typo in schema
This commit is contained in:
@@ -50,7 +50,7 @@ tableCreate.set('student', `
|
||||
|
||||
tableCreate.set('studentParentLink', `
|
||||
CREATE TABLE IF NOT EXISTS studentParentLink (
|
||||
studentid varchar(36) NOT NULL ,
|
||||
studentId varchar(36) NOT NULL ,
|
||||
parentId varchar(36) NOT NULL ,
|
||||
CONSTRAINT pk_studentparentlink_studentid
|
||||
PRIMARY KEY ( studentid, parentId )
|
||||
|
||||
Reference in New Issue
Block a user