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 | |||
Name | Type | Constraints | Description |
folder_KEY | int (4) | NOT NULL | primary key and foreign key to the Folder table |
source_document_processing_sort_order_KEY | tinyint (1) | NOT NULL | foreign key to the Source Document Processing Sort Order table |
Primary key | |||
Name | Columns | Description | |
PK_Folder_N_Source_Document_Processing_Sort_Order$folder_KEY$source_document_processing_sort_order_KEY | folder_KEY, source_document_processing_sort_order_KEY |