MiracleDx commented on code in PR #3920:
URL: https://github.com/apache/shenyu/pull/3920#discussion_r966522353


##########
db/init/pg/create-table.sql:
##########
@@ -1604,11 +1604,11 @@ INSERT INTO "public"."shenyu_dict" VALUES 
('1529402613195784281', 'saslMechanism
 -- ----------------------------
 DROP TABLE IF EXISTS "public"."user_role";
 CREATE TABLE "public"."user_role" (
-  "id" varchar(128) COLLATE "pg_catalog"."default" NOT NULL,
-  "user_id" varchar(128) COLLATE "pg_catalog"."default" NOT NULL,
-  "role_id" varchar(128) COLLATE "pg_catalog"."default" NOT NULL,
-  "date_created" timestamp(6) NOT NULL DEFAULT timezone('UTC-8'::text, 
(now())::timestamp(0) without time zone),
-  "date_updated" timestamp(6) NOT NULL DEFAULT timezone('UTC-8'::text, 
(now())::timestamp(0) without time zone)
+                                      "id" varchar(128) COLLATE 
"pg_catalog"."default" NOT NULL,

Review Comment:
   pls refused this pr



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to