PayrollLeaveAwardDefinitions


Columns

Column Type Size Nulls Auto Default Children Parents Comments
AwardCode varchar 15 null
PayrollLeaveAwards.AwardCode FK_PayrollLeaveAwardDefinitions_PayrollLeaveAwards R
LeaveCode varchar 15 null
PayrollLeaveAwards.LeaveCode FK_PayrollLeaveAwardDefinitions_PayrollLeaveAwards R
MonthsEmployed smallint 2 ((0))
AdditionalMonthsEmployed smallint 2 ((0))
EntitlementUnits decimal 12,4 ((0))
EntitlementProRataFlag bit 1 ((0))
EntitlementHoursPerPayPeriod decimal 12,4 ((0))
PayrollLeaveAwardDefinitionsSeq int identity 4 null

Table contained -1 rows

Indexes

Constraint Name Type Sort Column(s)
PK_PayrollLeaveAwardDefinitions Primary key Asc/Asc/Asc AwardCode + LeaveCode + MonthsEmployed

Relationships