Supabase Enum Type Error When Adding to Column
Having an issue in Supabase: None of my enum types work when assigning them to a column. Even enums that previously worked and are already assigned to other tables give this error when I click save: failed to update pg.columns with the given ID: type <EnumName> does not exist. Any ideas how to fix this?
