Table: dbo.Export_Destination | |||
This table enumerates the different types of export destinations that are available when we export data. Examples of export destinations: CS Professional Suite Accounting, and quickbooks. | |||
Columns | |||
Name | Type | Constraints | Description |
export_destination_KEY | int (4) | NOT NULL | Primary key. |
description | nvarchar (80) | NOT NULL | Description of an export destination. |
Primary key | |||
Name | Columns | Description | |
PK_Export_Destination | export_destination_KEY | ||
Unique constraints | |||
Name | Columns | Description | |
UK_Export_Destination$description | description |
Incoming foreign keys | |||
Name | Columns | Referencing table | Description |
FK_Export_Journal_Entry_To_Csa_Information__Export_Destination__export_destination_KEY | export_destination_KEY | Export_Journal_Entry_To_Csa_Information |