geni

Standalone database migration tool for managing schema changes

brewmacoslinux
Try with needOr install directly
Source

About

Standalone database migration tool

Commands

geni

Examples

Initialize a new migration project$ geni init
Create a new migration file$ geni create add_users_table
Apply pending migrations to the database$ geni migrate up