Table: dbo.Bank_Feeds_Transaction_Description_Type | |||
Table for options for the description for Bank Feeds Retrieved Transactions. These options indicate on what the description value["BR"] of a transaction retrieved from Yodlee needs to be based | |||
Columns | |||
Name | Type | Constraints | Description |
bank_feeds_transaction_description_type_KEY | tinyint (1) | NOT NULL | Primary Key column |
description | nvarchar (120) | NOT NULL | Description for the default bank feeds transaction description type |
Primary key | |||
Name | Columns | Description | |
PK_Bank_Feeds_Transaction_Description_Type | bank_feeds_transaction_description_type_KEY | ||
Unique constraints | |||
Name | Columns | Description | |
UK_Bank_Feeds_Transaction_Description_Type$description | description |
Incoming foreign keys | |||
Name | Columns | Referencing table | Description |
FK_Bank_Feeds_Transaction_Option__Bank_Feeds_Transaction_Description_Type__bank_feeds_transaction_description_type_KEY | bank_feeds_transaction_description_type_KEY | Bank_Feeds_Transaction_Option | The bank feeds transaction description type selected for the client. It is foreign-keyed to the Bank_Feeds_Transaction_Description_Type |