What is the best way to track changes to schemas ...
# help
n
What is the best way to track changes to schemas in supabase? We have a number of team members editing columns across large number of tables, and its tough to stay up with tall the changes...
s
You should use a migration library and write schema migrations
s
Prisma
You should check out the course on alterclass.io