Join Slack
Powered by
Is there a way to update Prisma model by adding ne...
# orm-help
n
Nikhil Goyal
06/25/2021, 8:23 AM
Is there a way to update Prisma model by adding new rows in the model(database) after a user request?
r
Ryan
06/25/2021, 10:06 AM
@Nikhil Goyal
👋 You would need to automatically add this somehow to your
schema.prisma
and then run these commands via `exec`:
Copy code
prisma migrate dev prisma generate
👍 1
n
Nikhil Goyal
06/25/2021, 10:22 AM
ok
Open in Slack
Previous
Next