how to add a prefix to generated migrations tables? #1841
Unanswered
arashi-dev
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've already added a prefix to my table names based on environment:
and I generated multiple migrations with
NODE_ENV=production
.now, I want to apply those migrations to my database for other environments (
preview
anddevelopment
)how can I do it?
Beta Was this translation helpful? Give feedback.
All reactions