| Table: dbo.Bank_Reconciliation_Clear_Status | |||
| Columns | |||
| Name | Type | Constraints | Description |
| bank_reconciliation_clear_status_KEY | int (4) | NOT NULL | Primary key for this table. |
| description | nvarchar (40) | NOT NULL | The clear status description -- that is cleared or not cleared. |
| Primary key | |||
| Name | Columns | Description | |
| PK_Bank_Reconciliation_Clear_Status | bank_reconciliation_clear_status_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Bank_Reconciliation_Clear_Status$description | description | ||