Table: dbo.Funded_Transaction_Type
Table holds values for the types of transactions that can be funded.
Columns
NameTypeConstraintsDescription
funded_transaction_type_KEYint (4)NOT NULLPrimary key
descriptionnvarchar (60)NOT NULLThe types of transactions that can be funded.
Primary key
NameColumnsDescription
PK_Funded_Transaction_Typefunded_transaction_type_KEY
Unique constraints
NameColumnsDescription
UK_Funded_Transaction_Type$descriptiondescription
Incoming foreign keys
NameColumnsReferencing tableDescription
FK_Manual_Funding_Bank_Transaction__Funded_Transaction_Type__funded_transaction_type_KEYfunded_transaction_type_KEYManual_Funding_Bank_Transaction

Schema diagram