Hello! Can prisma let me define a custom database ...
# orm-help
j
Hello! Can prisma let me define a custom database table name for a graphql type?
h
Hi, Datamodel v1.1 will allow you to do that. See https://github.com/prisma/prisma/issues/3408
j
Hello! Thanks!
btw, prisma allows to update schema on the fly?
or it really needs to run the deploy command?
h
It requires a deploy command as we need to run the database migrations
j
ok thanks 🙂
oh i remember another thing. In a multi tenant app, it's possible to use prima and run deploy only for a specific service?
i'm searching to develop a multi tenant app, but i need to deploy new projects on the fly, without stopping everything
h
You will need to run the cli using spawn in order to that