From cdae23b6a37481d2cd2f9ea9c989f270feec8782 Mon Sep 17 00:00:00 2001 From: wenke <306674698@qq.com> Date: Tue, 27 Dec 2016 16:43:47 +0800 Subject: [PATCH] modify sql --- student.sql | 1 - student_homework.sql | 1 - 2 files changed, 2 deletions(-) diff --git a/student.sql b/student.sql index c6ddc8f..f9df6aa 100644 --- a/student.sql +++ b/student.sql @@ -24,7 +24,6 @@ CREATE TABLE "public"."student" ( "name" varchar(45) NOT NULL COLLATE "default" ) WITH (OIDS=FALSE); -ALTER TABLE "public"."student" OWNER TO "postgres"; -- ---------------------------- -- Records of student diff --git a/student_homework.sql b/student_homework.sql index 5cea3de..e46caee 100644 --- a/student_homework.sql +++ b/student_homework.sql @@ -26,7 +26,6 @@ CREATE TABLE "public"."student_homework" ( "note" text COLLATE "default" ) WITH (OIDS=FALSE); -ALTER TABLE "public"."student_homework" OWNER TO "postgres"; -- ---------------------------- -- Primary key structure for table student_homework