<@U0RQY0KK5> is there any way where in I can give ...
# orm-help
n
@nilan is there any way where in I can give project name like "TestProject" and I use the same in prisma endpoint http://localhost:4466/TestProject and it will create a database schema TestProject instead of TestProject@default
n
No.
default
after
@
is the stage name. If you don't provide one, we'll use
default
by default.
n
ok Thanks @nilan