Skip to content

Commit 3088edc

Browse files
authored
Update teacher.sql (#9)
1 parent c0693e5 commit 3088edc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

schema/teacher.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ CREATE TABLE "public"."teacher" (
33
"first_name" text NOT NULL,
44
"last_name" text NOT NULL,
55
"email" text NOT NULL,
6-
CONSTRAINT "teacher_pkey" PRIMARY KEY (student_no)
6+
CONSTRAINT "teacher_pkey" PRIMARY KEY (teacher_no)
77
);

0 commit comments

Comments
 (0)