steebchen / prisma-client-go

Prisma Client Go is an auto-generated and fully type-safe database client
https://goprisma.org
Apache License 2.0
2.11k stars 97 forks source link

some fields are not working in select() #1295

Closed steebchen closed 3 months ago

steebchen commented 3 months ago
db.Channel.ChatID.Field()

model Channel {
  chatId String
}