feat: Implement document upload and verification workflow by expanding document statuses, adding verification metadata, and introducing a mandatory flag for documents.
This commit is contained in:
@@ -14,6 +14,7 @@ type Document @table(name: "documents") {
|
||||
name: String!
|
||||
description: String
|
||||
documentType: DocumentType!
|
||||
isMandatory: Boolean @default(expr: "false")
|
||||
createdAt: Timestamp @default(expr: "request.time")
|
||||
updatedAt: Timestamp @default(expr: "request.time")
|
||||
createdBy: String
|
||||
|
||||
Reference in New Issue
Block a user