| Table: dbo.One_Big_Beautiful_Bill_Act_Overtime_Calculation_Type | |||
| This table holds the description of One Big Beautiful Bill Act Overtime Calculation Type available. It is used to provide options in combo box. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| one_big_beautiful_bill_act_overtime_calculation_type_KEY | tinyint (1) | NOT NULL | Primary Key for One Big Beautiful Bill Act overtime calculation type table |
| description | nvarchar (100) | NOT NULL | Description for One Big Beautiful Bill Act overtime calculation type |
| Primary key | |||
| Name | Columns | Description | |
| PK_One_Big_Beautiful_Bill_Act_Overtime_Calculation_Type | one_big_beautiful_bill_act_overtime_calculation_type_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_One_Big_Beautiful_Bill_Act_Overtime_Calculation_Type$description | description | ||
| Incoming foreign keys | |||
| Name | Columns | Referencing table | Description |
| FK_Client_Payroll_Item__One_Big_Beautiful_Bill_Act_Overtime_Calculation_Type__one_big_beautiful_bill_act_overtime_calculation_ty | one_big_beautiful_bill_act_overtime_calculation_type_KEY | Client_Payroll_Item | Foreign key constraint linking Client_Payroll_Item to One_Big_Beautiful_Bill_Act_Overtime_Calculation_Type table |