[Postgres] PostgresError: type X already exists.
I have SQL like this:
CREATE TYPE "public"."media_types" AS ENUM('image', 'video');--> sta
It's used only here:
My schema is:
This all happend after using casting to "snake_case"0 Replies