Postgres Database
This page describes how to interact with the Postgres database
Create a migration
# The name of the migration should use snake case
npm run db:migration:create -- --name name-of-your-migrationRun migrations
npm run db:migrateRollback last migration
npm run db:migrate:undoLast updated