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