Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion schema/class.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CREATE TABLE "public"."class" (
"class_no" text DEFAULT nextval('public.class_no_seq'::regclass) NOT NULL,
"class_no" integer DEFAULT nextval('public.class_no_seq'::regclass) NOT NULL,
"class_name" text NOT NULL,
"grade" integer NOT NULL,
"student_limit" integer NOT NULL,
Expand Down