© 2026 Hedgehog Software, LLC
enum Role { USER ADMIN } model User { role Role @db.VarChar(191) }
prisma generate
Attribute not known: "@db.VarChar".