problem with renamed id field in table
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
Any ideas other than deleting my DB and starting again?
Everything looks good in the dashboard, and queries look correct. But updates fail because it's expecting a different type for the
id field. I'd changed it to a uuid at one point and now it's an int8 again, but the API is complaining that Any ideas other than deleting my DB and starting again?