Table: dbo.Folder_N_Source_Document_Processing_Tax_Organizer_Sort_Order | |||
This table stores the linking information between Folder table and Source Document Processing Tax Organizer 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_tax_organizer_sort_order_KEY | smallint (2) | NOT NULL | Foreign key to the Source Document Processing Tax Organizer Sort Order table. |
Primary key | |||
Name | Columns | Description | |
PK_Folder_N_Source_Document_Processing_Tax_Organizer_Sort_Order$folder_KEY$source_document_processing_tax_organizer_sort_order_K | folder_KEY, source_document_processing_tax_organizer_sort_order_KEY |