hey everyone, I have a table where the ID is an int8 with "isIdentidy" to auto increment. Is there a way to change the "start from" ? My intention is to start the ID from 1000 for example.
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
Yes it can be done. This would be a Postgres question and there are lots of examples out there. Just google or ask the SQL AI it might have the answer. I would have to google as I don't remember it off the top of my head.