new survey page
This commit is contained in:
@ -287,7 +287,7 @@ model Message {
|
||||
answer String?
|
||||
answerDate DateTime?
|
||||
|
||||
Survey Survey? @relation(fields: [surveyId], references: [id])
|
||||
Survey Survey? @relation(fields: [surveyId], references: [id], onDelete: Cascade)
|
||||
surveyId Int?
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user