Documentation
¶
Overview ¶
Command migrate applies database migrations as an explicit deploy step. Migrations are never run automatically at service startup.
Usage:
migrate up # apply all pending migrations migrate down # roll back the most recent migration migrate status # show applied and pending migrations migrate version # print the current schema version
Click to show internal directories.
Click to hide internal directories.