We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0693e5 commit 3088edcCopy full SHA for 3088edc
1 file changed
schema/teacher.sql
@@ -3,5 +3,5 @@ CREATE TABLE "public"."teacher" (
3
"first_name" text NOT NULL,
4
"last_name" text NOT NULL,
5
"email" text NOT NULL,
6
- CONSTRAINT "teacher_pkey" PRIMARY KEY (student_no)
+ CONSTRAINT "teacher_pkey" PRIMARY KEY (teacher_no)
7
);
0 commit comments