Table: dbo.Quick_Books_Payroll_Item_N_Client_Payroll_Item | |||
This dictionary table associates quickbooks payroll items with an associated client payroll item. | |||
Columns | |||
Name | Type | Constraints | Description |
quick_books_payroll_item_KEY | int (4) | NOT NULL | Foreign key to quick books payroll item table. This is the primary key in that table. |
client_payroll_item_KEY | int (4) | NOT NULL | Foreign key to the client payroll item table. This is the primary key in that table. |
Primary key | |||
Name | Columns | Description | |
PK_Quick_Books_Payroll_Item_N_Client_Payroll_Item$quick_books_payroll_item_KEY | quick_books_payroll_item_KEY |