Table: dbo.Folder_N_Source_Document_Processing_Sort_Order
this table stores the linking information between Folder table and Source Document Processing Sort Order table.
Columns
NameTypeConstraintsDescription
folder_KEYint (4)NOT NULLprimary key and foreign key to the Folder table
source_document_processing_sort_order_KEYtinyint (1)NOT NULLforeign key to the Source Document Processing Sort Order table
Primary key
NameColumnsDescription
PK_Folder_N_Source_Document_Processing_Sort_Order$folder_KEY$source_document_processing_sort_order_KEYfolder_KEY, source_document_processing_sort_order_KEY
Foreign keys
NameColumnsReferenced tableDescription
FK_Folder_N_Source_Document_Processing_Sort_Order__Folder__folder_KEYfolder_KEYFolder (folder_KEY)
FK_Folder_N_Source_Document_Processing_Sort_Order__Source_Document_Processing_Sort_Order__source_document_processing_sort_order_source_document_processing_sort_order_KEYSource_Document_Processing_Sort_Order (source_document_processing_sort_order_KEY)

Schema diagram