Request to delete and recreate empty columns when changing between incompatible data types #33096
Replies: 5 comments
|
In general you can't directly change a uuid type to an int type or opposite, especially if data exists. But even without it is an issue. |
|
Well, couldn't it just do that (remove & create) automatically if there's no data? This is more confusing than the limited options in the column type select box. |
|
I imagine if they (Supabase) were to prioritize that it could be done. It certainly gets more complicated if data exists in the rows as everything would need to be converted. But it is currently not a feature and Postgres itself can't do it directly either with just an alter column. |
|
Thanks for reporting, have updated this to be a feature request for the frontend team 🙏 |
|
Hi everyone, due to inactivity on this issue I've moved the issue over to discussions/enhancements. |
Uh oh!
There was an error while loading. Please reload this page.
Bug report
Describe the bug
Title.
To Reproduce
Expected behavior
No error.
Screenshots
Attahed,
System information
All reactions