Table: dbo.Shortfall_Transaction_N_Payroll_Check_Payroll_Item | |||
Dictionary to associate a shortfall transaction to a payroll check payroll item | |||
Columns | |||
Name | Type | Constraints | Description |
shortfall_transaction_KEY | int (4) | NOT NULL | Foreign key to associated shortfall transaction |
payroll_check_payroll_item_KEY | int (4) | NOT NULL | Foreign key to associated payroll check payroll item |
Primary key | |||
Name | Columns | Description | |
PK_Shortfall_Transaction_N_Payroll_Check_Payroll_Item$shortfall_transaction_KEY | shortfall_transaction_KEY |