I would endorse to manage DB migrations with one of (non-exclusive list):
- sqitch
- doctrine/migrations
- liquibase
They work well, and there is no need to build such tooling again within laminas.
I would endorse to manage DB migrations with one of (non-exclusive list):
They work well, and there is no need to build such tooling again within laminas.