Last active
September 13, 2020 19:08
-
-
Save coopbri/1f05ef8678727d7f7f98cc24823ee2d8 to your computer and use it in GitHub Desktop.
Prisma Aliases
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Aliases for Prisma: https://www.prisma.io/ | |
alias prisma="npx prisma" | |
alias mg="migrate" | |
alias pmgs="npx prisma migrate save --experimental" | |
alias pmgu="npx prisma migrate up --experimental" | |
alias pgen="npx prisma generate" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment