PayrollEmployeeLeaveApplications


Columns

Column Type Size Nulls Auto Default Children Parents Comments
PayrollEmployeeLeaveApplicationsSeq int identity 4 null
ID int 4 null
AwardCode varchar 15 ('')
LeaveCode varchar 15 ('')
Units decimal 12,4 ((0))
LeaveDateStart datetime 16,3 null
LeaveDateReturn datetime 16,3 null
LeaveComment varchar 1000 ('')
LeaveStatusCode varchar 15 ('')
CreatedDate datetime 16,3 null
CreatedByID int 4 null

Table contained -1 rows

Indexes

Constraint Name Type Sort Column(s)
PK_PayrollEmployeeLeaveApplications Primary key Asc PayrollEmployeeLeaveApplicationsSeq
AK_PayrollEmployeeLeaveApplications_ID Performance Asc ID