dbmate

Lightweight, framework-agnostic database migration tool

brewmacoslinux
Try with needOr install directly
Source

About

Lightweight, framework-agnostic database migration tool

Commands

dbmate

Examples

Create a new migration file$ dbmate new create_users_table
Run pending migrations$ dbmate up
Rollback the last migration$ dbmate down