how to handle my own id
column in Watermelon schema & model?
#1849
-
However, my Supabase data tables have |
Beta Was this translation helpful? Give feedback.
Answered by
Yusuf-Munir
Nov 6, 2024
Replies: 1 comment 2 replies
-
Personally I would add a |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
lucksp
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Personally I would add a
server_id
column to the table and populate the Supabase id in there.