Andrea Ho
Results
1
comments of
Andrea Ho
> had to write it like that, then it worked: > > DO $$ > BEGIN > CREATE TYPE "public"."Role" AS ENUM('OWNER', 'EDITOR', 'VIEWER'); > EXCEPTION > WHEN duplicate_object THEN...