Table: dbo.Bank_Feeds_Assignment_Column | |||
This table hold the information of Assign value in Create Rules dialog. Assign value should allow the user to select either description, reference, vendor, or account to bank statement transactions. | |||
Columns | |||
Name | Type | Constraints | Description |
bank_feeds_assignment_column_KEY | int (4) | NOT NULL | Primary key for table. |
description | nvarchar (40) | NOT NULL | Description stored list of columns that can have values assigned to them. |
Primary key | |||
Name | Columns | Description | |
PK_Bank_Feeds_Assignment_Column | bank_feeds_assignment_column_KEY | ||
Unique constraints | |||
Name | Columns | Description | |
UK_Bank_Feeds_Assignment_Column$description | description |
Incoming foreign keys | |||
Name | Columns | Referencing table | Description |
FK_Bank_Feeds_Assignment_Rule_Action__Bank_Feeds_Assignment_Column__bank_feeds_assignment_column_KEY | bank_feeds_assignment_column_KEY | Bank_Feeds_Assignment_Rule_Action |