Neon and Migrations
My current node.js app uses Sequelize. When I update my schema in Sequelize, and call:
...Sequelize automatically updates my database tables to match the new schema.
I see that Neon supports Migrations. I've had a lot of experience with Django migrations when developing in Python.
Does Neon require Django-style migrations tables?
myModel.sync() with alter == true...Sequelize automatically updates my database tables to match the new schema.
I see that Neon supports Migrations. I've had a lot of experience with Django migrations when developing in Python.
Does Neon require Django-style migrations tables?
