mirror of
https://github.com/documenso/documenso.git
synced 2025-11-12 15:53:02 +10:00
♻️ 🚧 date and text field
This commit is contained in:
@ -115,6 +115,7 @@ model Field {
|
||||
page Int
|
||||
positionX Int @default(0)
|
||||
positionY Int @default(0)
|
||||
customText String
|
||||
Document Document @relation(fields: [documentId], references: [id], onDelete: Cascade)
|
||||
Recipient Recipient? @relation(fields: [recipientId], references: [id], onDelete: Cascade)
|
||||
Signature Signature?
|
||||
|
||||
Reference in New Issue
Block a user