| Table: dbo.XactPay_Multi_Class_Identifier_Type | |||
| Table containing XactPay multi class identifier types. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| xactpay_multi_class_identifier_type_KEY | int (4) | NOT NULL | Primary key for this table. |
| description | nvarchar (100) | NOT NULL | Description of the XactPay multi class identifier type. |
| Primary key | |||
| Name | Columns | Description | |
| PK_XactPay_Multi_Class_Identifier_Type | xactpay_multi_class_identifier_type_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_XactPay_Multi_Class_Identifier_Type$description | description | ||
| Incoming foreign keys | |||
| Name | Columns | Referencing table | Description |
| FK_Employee_Payroll_Item__XactPay_Multi_Class_Identifier_Type__xactpay_multi_class_identifier_type_KEY | xactpay_multi_class_identifier_type_KEY | Employee_Payroll_Item | |