Skip to content

Commit ece9348

Browse files
authored
fix: column type (#3)
1 parent 8a378b6 commit ece9348

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

schema/class.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CREATE TABLE "public"."class" (
2-
"class_no" text DEFAULT nextval('public.class_no_seq'::regclass) NOT NULL,
2+
"class_no" integer DEFAULT nextval('public.class_no_seq'::regclass) NOT NULL,
33
"class_name" text NOT NULL,
44
"grade" integer NOT NULL,
55
"student_limit" integer NOT NULL,

0 commit comments

Comments
 (0)