Table: dbo.Bank_Transaction_Displayable_Status | |||
This type table contains values that represent a bank transaction's status determined by analyzing all pertinent attributes of the transaction (its type, record status, handwritten flag, etc.). This value can be displayed by data entry screens, used when filtering bank transactions on status, etc. | |||
Columns | |||
Name | Type | Constraints | Description |
bank_transaction_displayable_status_KEY | int (4) | NOT NULL | Primary key for this table. |
description | nvarchar (70) | NOT NULL | The displayable, filterable, all-in-one, super-duper bank transaction status. |
Primary key | |||
Name | Columns | Description | |
PK_Bank_Transaction_Displayable_Status | bank_transaction_displayable_status_KEY | ||
Unique constraints | |||
Name | Columns | Description | |
UK_Bank_Transaction_Displayable_Status$description | description |