So in Prisma 2 you have to create the db and table...
# orm-help
j
So in Prisma 2 you have to create the db and tables manually?
j
Until prisma migrate comes out, you could use another tool for modeling data
then you would apply this model to your database, and generate a prisma-file based on this
j
ohh ok sounds good thanks!
s
you can use prisma migrate now
j
yes I finaly see it in the docs. here: https://www.prisma.io/docs/getting-started/setup-prisma/start-from-scratch-prisma-migrate (incase anyone else sees this)