Skip to content
#

cockroachdb

Here are 150 public repositories matching this topic...

cockroach
dbist
dbist commented Nov 13, 2020

Is your feature request related to a problem? Please describe.
Trying to handle case where ENUM already exists

Describe the solution you'd like
Add IF NOT EXISTS clause

Describe alternatives you've considered
dropping and recreating an ENUM type is an option.

Additional context

CREATE TYPE "zone" IF NOT EXISTS AS ENUM ('us', 'anz', 'eu');
ro

Improve this page

Add a description, image, and links to the cockroachdb topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cockroachdb topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.