How to migrate a database schema at scale Blog

added by JavaScript Kicks
1/9/2020 8:39:02 AM

1108 Views

Any nontrivial application requires a database that will evolve over time to support new features or to fix scaling problems with queries. It may be fine to change your database schema by hand in a console but only if your web application is very small, is in beta with a very low audience, or is a hobby project.


0 comments