Skip to content

Commit c0693e5

Browse files
authored
Update teacher.sql (#8)
1 parent 2aadbd4 commit c0693e5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

schema/teacher.sql

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

0 commit comments

Comments
 (0)