|
|
hace 7 meses | |
|---|---|---|
| .. | ||
| db | hace 7 meses | |
| .env.orig | hace 7 meses | |
| .gitignore | hace 7 meses | |
| README.md | hace 7 meses | |
# setup your database profile
cp .env.orig .env
# creating a migration
dbmate new XXX
# run all migrations
dbmate up
# rollback a migration
dbmate rollback
# show current status
dbmate status