@stashfin/dbmigration
v1.0.1
Published
## Create the Migration script
Downloads
763
Keywords
Readme
DB Migrations
Create the Migration script
npx db-migrate create migration_name --sql-file
migration_name format should be {servicename}-{action}-tableName
Run the Migration Script
npx db-migrate up -e=development