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?
Screenshot_2025-01-04_at_01.13.01.png
Was this page helpful?