DROP TABLE IF EXISTS "court"; CREATE TABLE "public"."court" ( "id" text NOT NULL, "url" text NOT NULL ) WITH (oids = false);