Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
tPayrollGovtSubmissionEmployeeHistorySeq | int identity | 4 | √ | null |
|
|
||
tPayrollGovtSubmissionEmployeeSeq | int | 4 | null |
|
|
|||
tPayrollGovtSubmissionSeq | int | 4 | √ | null |
|
|
||
VersionNumber | int | 4 | √ | null |
|
|
||
EmployeeID | int | 4 | null |
|
|
|||
Payload | varchar | 2147483647 | √ | null |
|
|
||
IncludesGovtDeclarationFlag | bit | 1 | null |
|
|
|||
IncludesFinalEventFlag | bit | 1 | null |
|
|
|||
ApprovedFlag | bit | 1 | √ | null |
|
|
||
GenerationResult | varchar | 2147483647 | √ | null |
|
|
||
GovtResult | varchar | 2147483647 | √ | null |
|
|
Table contained -1 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PK_tPayrollGovtSubmissionEmployeeHistory | Primary key | Asc | tPayrollGovtSubmissionEmployeeHistorySeq |
AK_tPayrollGovtSubmissionEmployeeHistory_tPayrollGovtSubmissionSeq | Performance | Asc | tPayrollGovtSubmissionSeq |