This commit is contained in:
pradeepkumar
2026-03-31 22:39:10 +05:30
parent 475bc9e251
commit e5e1888615
3 changed files with 176 additions and 1 deletions

View File

@@ -783,6 +783,7 @@ model VerificationHistory {
status VerificationStatus
note String?
adminId String?
submittedData Json? // Snapshot of agent profile + documents at submission time
createdAt DateTime @default(now())
agentProfile AgentProfile @relation(fields: [agentProfileId], references: [id], onDelete: Cascade)