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