I have searched for this answer on stack overflow, but I couldn\'t find any questions on this.
I am new to Liquibase
and want to learn
Liquib
Being DevOps Person of my team I would prefer to have all my SQL files at one place i.e. In my SCM (Source Code Management)
Also during CI/CD phase, If the DB Schema gets created along with it, It saves a lot of time and resources. You wouldn't have to have another person managing your database for that client.
ORM like Flyway, Liquibase, EF etc. helps In achieving this.