Join Slack
Powered by
I'm just getting started with prisma, and i'm tryi...
# orm-help
a
Andy
01/09/2019, 4:20 AM
I'm just getting started with prisma, and i'm trying to add a data model in my db for an existing table, I've added the data model to
datamodel.prisma
(replacing
User
), then run
npx prisma deploy
and
npx prisma generate
, but my graphql server at
http://localhost:4466/
still only has the schema for the default
User
Open in Slack
Previous
Next