| Table: Accruable_Benefit_Allowance_By_Month | |||
| Accruable benefit allowances based on months employed. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| accruable_benefit_allowance_by_month_KEY | int | NOT NULL | Assigned by COMMON_dp_Allocate_Unique_Identifiers. Primary key for this table. |
| update__staff_KEY | int | NOT NULL | |
| update_date_utc | datetime | NOT NULL | |
| create_date_utc | datetime | NOT NULL | |
| benefit_KEY | int | NOT NULL | Key to a benefit. |
| to_month | int | NOT NULL | The month to which this allowance applies. |
| allowance | decimal (9, 2) | NOT NULL | The allowance amount. |
| Primary key | |||
| Name | Columns | Description | |
| PK_Accruable_Benefit_Allowance_By_Month$accruable_benefit_allowance_by_month_KEY | accruable_benefit_allowance_by_month_KEY | CLUSTERED | |
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Accruable_Benefit_Allowance_By_Month$benefit_KEY$to_month | benefit_KEY, to_month | ||
| Foreign keys | |||
| Name | Columns | Referenced table | Description |
| FK_Accruable_Benefit_Allowance_By_Month__Benefit__benefit_KEY | benefit_KEY | Benefit | on delete cascade; |