| Table: dbo.Export_Journal_Entry_To_Csa_Status | |||
| Columns | |||
| Name | Type | Constraints | Description |
| export_journal_entry_to_csa_status_KEY | int (4) | NOT NULL | Primary key for this table |
| description | nvarchar (40) | NOT NULL | The export status of a bank transaction. LiveNotExported - this live check has not been exported to csa yet, LiveExported - this live check has been exported to csa, Ignore - this bank transaction should be ignored |
| Primary key | |||
| Name | Columns | Description | |
| PK_Export_Journal_Entry_To_Csa_Status | export_journal_entry_to_csa_status_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Export_Journal_Entry_To_Csa_Status$description | description | ||