4 lines
166 B
SQL
4 lines
166 B
SQL
-- Rename education_country enum type to country
|
|
ALTER TYPE app.education_country RENAME TO country;
|
|
|
|
-- The column reference will automatically use the new type name |