finally
This commit is contained in:
@@ -2,7 +2,7 @@ model Report {
|
||||
id Int @id @default(autoincrement())
|
||||
text String
|
||||
senderUserId String
|
||||
reportedUserRole String @default(null)
|
||||
reportedUserRole String? @default("KP")
|
||||
reportedUserId String
|
||||
timestamp DateTime @default(now())
|
||||
reviewerComment String?
|
||||
|
||||
Reference in New Issue
Block a user