-
### Bem-vido!
- [ ] Sim, pesquisei problemas semelhantes no [GitHub](https://github.com/EvolutionAPI/evolution-api/issues) e não encontrei nenhum.
### O que você fez?
Ocorre um erro na hora q…
-
## Bug description
Formatting the schema.prisma file scrolls the entire window down.
## How to reproduce
1. Create a `schema.prisma` file that is larger than a screen's height.
2. Format…
-
When I open the schema.prisma file I am greeted with this error
```
[coc.nvim]: UnhandledRejection: Cannot find module '@prisma/language-server/dist
/src/bin'
Require stack:
- /home/valou/.conf…
-
### What's not working?
[Since View of Databases is being a feature of prisma](https://www.prisma.io/docs/concepts/components/prisma-schema/views), I think it should be supported by Redwood.js.
Howe…
-
Currently, when using OpenGB inside a Docker container, it isn't able to start Postgres
```
forest@Forests-Laptop test-new-plugin % docker run --interactive --tty --quiet --init --env-file /var/folde…
-
## Problem
I use Prisma in combination with NestJS. There, I use the swagger implementation which is also based on decorators.
Currently, I would have to add the class-validator decorators after gen…
-
> It would be great if the db.statement tag didn't include any trailing comments, see https://github.com/DataDog/dd-trace-js/issues/1244#issuecomment-1691856305
_Originally posted by @alandotcom in…
-
it should contain what table we need and what relation is there between them.
like user is sure, then diary table, and so on.
> encourage someone who has work with backend
ping me if any doub…
-
### Bug description
prisma may generate below sql every time when I run `migrate dev`
```sql
-- AlterTable
ALTER TABLE `Admin` MODIFY `createAt` TIMESTAMP(0) NULL DEFAULT CURRENT_TIMESTAMP;
```
…
-
I need to read the Prisma docs and get up to speed there.