| Table: dbo.W2_Kentucky_Tax_Credit_Type | |||
| The table defines types of Kentucky tax credits, relevant for W2 processing. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| w2_kentucky_tax_credit_type_KEY | int (4) | NOT NULL | Primary key. |
| code | nvarchar (10) | NOT NULL | Kentucky tax credit code. |
| description | nvarchar (100) | NOT NULL | Kentucky tax credit description. |
| Primary key | |||
| Name | Columns | Description | |
| PK_W2_Kentucky_Tax_Credit_Type | w2_kentucky_tax_credit_type_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_W2_Kentucky_Tax_Credit_Type$code | code | ||
| UK_W2_Kentucky_Tax_Credit_Type$description | description | ||
| Incoming foreign keys | |||
| Name | Columns | Referencing table | Description |
| FK_Pay_Item__W2_Kentucky_Tax_Credit_Type__w2_kentucky_tax_credit_type_KEY | w2_kentucky_tax_credit_type_KEY | Pay_Item | |