I did some renaming of my fields in my table and the supabase DB seems to be totally messed up, Everything looks good in the dashboard, and queries look correct. But updates fail because it's expecting a different type for the
id
id
field. I'd changed it to a
uuid
uuid
at one point and now it's an
int8
int8
again, but the API is complaining that
message: 'invalid input syntax for type uuid: "6"'
message: 'invalid input syntax for type uuid: "6"'
Any ideas other than deleting my DB and starting again?
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.