Options for dropping a PostgreSQL type (DROP TYPE ...)
DROP TYPE ...
Optional
If true, uses DROP TYPE IF EXISTS
If true, uses CASCADE to drop dependent objects
Schema the type lives in
Options for dropping a PostgreSQL type (
DROP TYPE ...)