Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
LeaveTransactionsSeq | int identity | 4 | √ | null |
|
|
||
ID | int | 4 | null |
|
|
|||
CreatedDate | datetime | 16,3 | √ | null |
|
|
||
CreatedByID | int | 4 | √ | null |
|
|
||
TransactionCode | char | 1 | ('') |
|
|
|||
AwardCode | varchar | 15 | ('') |
|
|
|||
LeaveCode | varchar | 15 | ('') |
|
|
|||
LeaveSubCategoryCode | varchar | 15 | ('') |
|
|
|||
Units | decimal | 12,4 | ((0)) |
|
|
|||
LeaveDateStart | datetime | 16,3 | √ | null |
|
|
||
LeaveDateReturn | datetime | 16,3 | √ | null |
|
|
||
IncludeInPayFlag | bit | 1 | ((1)) |
|
|
|||
PostingNumber | int | 4 | √ | null |
|
|
||
LeaveComment | varchar | 100 | √ | ('') |
|
|
||
TransactionFullTimeHoursPerDay | decimal | 12,4 | ((0)) |
|
|
|||
LeaveUnitsCode | char | 1 | ('') |
|
|
Table contained -1 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PK_tPayrollEmployeeLeaveTransactions | Primary key | Asc | LeaveTransactionsSeq |
AK_tPayrollEmployeeLeaveTransactions_ID | Performance | Asc | ID |
AK_tPayrollEmployeeLeaveTransactions_ID_LeaveCode | Performance | Asc/Asc | ID + LeaveCode |
AK_tPayrollEmployeeLeaveTransactions_TransactionCode_includes | Performance | Asc | TransactionCode |