mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2025-09-01 08:21:27 +03:00
;)
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user