Simple DB migration. Its idea has given from Laravel migrarion.
When it will be completed you can use something like this to create a migration :
- MigratonInfo anntotaion use to order classes and run in order
- Migration will run with a mvn command or call a static method (I will explain it after it's done)