How to create migrations :
npx db-migrate create nameOfMigration
How to execute migrations :
npx db-migrate up
| Name | Name | Last commit date | ||
|---|---|---|---|---|
How to create migrations :
npx db-migrate create nameOfMigration
How to execute migrations :
npx db-migrate up