© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•4y ago•
1 reply
stukennedy

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
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 banner
SupabaseJoin
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
45,816Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Renamed Table, broke edge function
SupabaseSSupabase / help-and-questions
5mo ago
Automated increment in id in table
SupabaseSSupabase / help-and-questions
2w ago
Table ID with auto increment and start from
SupabaseSSupabase / help-and-questions
3y ago
replacing related id with value when querying table
SupabaseSSupabase / help-and-questions
4y ago