Marko H.

Results 2 comments of Marko H.

I think I hit this bug too. this is the schema: ``` model user { id Int @id @default(autoincrement()) email String @unique password String name String enabled Boolean @default(true) group_id...

I'm sorry if I wasn't clear. The issue I am trying to get across is, if there is a way to have access to standard input of the program under...