Table: dbo.W2_Kentucky_Tax_Credit_Type
The table defines types of Kentucky tax credits, relevant for W2 processing.
Columns
NameTypeConstraintsDescription
w2_kentucky_tax_credit_type_KEYint (4)NOT NULLPrimary key.
codenvarchar (10)NOT NULLKentucky tax credit code.
descriptionnvarchar (100)NOT NULLKentucky tax credit description.
Primary key
NameColumnsDescription
PK_W2_Kentucky_Tax_Credit_Typew2_kentucky_tax_credit_type_KEY
Unique constraints
NameColumnsDescription
UK_W2_Kentucky_Tax_Credit_Type$codecode
UK_W2_Kentucky_Tax_Credit_Type$descriptiondescription
Incoming foreign keys
NameColumnsReferencing tableDescription
FK_Pay_Item__W2_Kentucky_Tax_Credit_Type__w2_kentucky_tax_credit_type_KEYw2_kentucky_tax_credit_type_KEYPay_Item

Schema diagram