We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 908dd4e commit be43e97Copy full SHA for be43e97
prisma/schema/board.prisma
@@ -13,5 +13,5 @@ model Board {
13
type Background {
14
url String
15
identifier String
16
- hasWhiteTextColor Boolean @default(false)
+ hasWhiteTextColor Boolean @default(false) @map("has_white_text_color")
17
}
0 commit comments