This commit is contained in:
Isaac 2022-04-27 15:31:47 +01:00
parent 94fef25df0
commit 4f33282961

View File

@ -93,7 +93,7 @@ model Category {
}
model Feedback {
comment String?
comment String? @db.Text
createdAt DateTime @default(now())
guild Guild @relation(fields: [guildId], references: [id], onDelete: Cascade)
guildId String @db.VarChar(19)