Managing database is a part of software development process. Each team have their own way to manage their schema/database. Often times I see people manage their database using sql files. As application grows, managing database changes using sql files is inconvenient. If you miss or forget to apply one or more alter script on production this will be a…
