🗃️ Convert answerv2 content field to Text field
This commit is contained in:
@ -322,7 +322,7 @@ model Answer {
|
||||
model AnswerV2 {
|
||||
id Int @id @default(autoincrement())
|
||||
blockId String
|
||||
content String
|
||||
content String @db.Text
|
||||
resultId String
|
||||
result Result @relation(fields: [resultId], references: [id], onDelete: Cascade)
|
||||
|
||||
|
Reference in New Issue
Block a user