deal_documents


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id text 2147483647 null
deal_line_items.document_id deal_line_items_document_id_fkey R
deal_signatures.document_id deal_signatures_document_id_fkey R
room_id text 2147483647 null
deal_rooms.id deal_documents_room_id_fkey R
doc_type text 2147483647 null
title text 2147483647 null
status text 2147483647 'draft'::text
version int4 10 1
page_count int4 10 1
obj_key text 2147483647 null
file_size int8 19 null
content_type text 2147483647 'application/pdf'::text
pdfx_manifest jsonb 2147483647 null
metadata jsonb 2147483647 '{}'::jsonb
created_at timestamptz 35,6 now()
updated_at timestamptz 35,6 now()
content_html text 2147483647 null
sort_order int4 10 0
short_obj_key text 2147483647 null
pdfx_manifest_short jsonb 2147483647 null

Indexes

Constraint Name Type Sort Column(s)
deal_documents_pkey Primary key Asc id
idx_docs_room Performance Asc room_id
idx_docs_room_doctype Performance Asc/Asc room_id + doc_type

Relationships