deal_signatures


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id text 2147483647 null
document_id text 2147483647 null
deal_documents.id deal_signatures_document_id_fkey R
signer_name text 2147483647 null
signer_email text 2147483647 null
signer_role text 2147483647 'client'::text
page_index int4 10 0
x float4 8,8 0
y float4 8,8 0
width float4 8,8 200
height float4 8,8 60
signed_at timestamptz 35,6 null
signature_data text 2147483647 null
ip_address text 2147483647 null
user_agent text 2147483647 null

Indexes

Constraint Name Type Sort Column(s)
deal_signatures_pkey Primary key Asc id
idx_sigs_doc Performance Asc document_id

Relationships