-
1. Run `prisma2 init`
2. Choose template `TypeScript > GraphQL + Auth > SQLite`
3. Run `npm run seed`
**Result:**
```$ ts-node prisma/seed.ts
(node:7708) UnhandledPromiseRejectionWarning: Error…
-
It would make it much easier _what_ exactly is being tested, e.g. https://github.com/prisma/prisma2-e2e-tests/runs/539438650?check_suite_focus=true
Best just an additional step "output versions" th…
-
Hello, just a follow up on that https://github.com/prisma/prisma2/issues/201
When have you planned to tackle this thing?
Thanks
-
We have a number of DB workflows guides in the [new docs](https://prisma2.netlify.com/) (private repo [here](https://github.com/prisma/prisma2-docs)) which are using the current (soon outdated) relati…
-
I have this schema:
```sql
CREATE TABLE IF NOT EXISTS organizations (
id TEXT,
name TEXT,
profile JSONB,
registered DATE,
logo_image TEXT,
verification_code SERIAL,
verified BOO…
-
## Bug Report
Cannot determine a GraphQL output type for the "createProfile". Make sure your class is decorated with an appropriate decorator,
## Current behavior
I have defined my code as show a…
-
We have a [`sendPanic`](https://github.com/prisma/prisma2/blob/fb90a662910897df7bf0a552e948a5974c01d654/cli/sdk/src/sendPanic.ts#L22) function, which we use to report errors.
The code at https://gith…
-
`Model declarations have to be indicated with the `model` keyword.`
and when i change token to `model`
ofcource,
`Syntax Error: Unexpected Name "model"`
does not matter really, but kind of anno…
-
I faced an issue with the latest alphas that `prisma2` failed due to missing binaries (query-engine). I tried to launch `prisma2 migrate save --experimental` that immediately complained about a missin…
-
We're considering moving the `prisma2` CLI from the `prisma2` npm package into `@prisma/cli` similar to how [ionic](https://ionicframework.com/blog/a-new-package-for-the-cli/), [Angular](https://cli.a…