mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 08:13:56 +10:00
🗃️ 💄 insert text in custom font, typeSignature
This commit is contained in:
@ -121,7 +121,8 @@ model Signature {
|
||||
created DateTime @default(now())
|
||||
recipientId Int
|
||||
fieldId Int @unique
|
||||
signatureImageAsBase64 String
|
||||
signatureImageAsBase64 String?
|
||||
typedSignature String?
|
||||
|
||||
Recipient Recipient @relation(fields: [recipientId], references: [id], onDelete: Restrict)
|
||||
Field Field @relation(fields: [fieldId], references: [id], onDelete: Restrict)
|
||||
|
||||
Reference in New Issue
Block a user