Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
tPayrollGovtSubmissionEmployeeSeq | int identity | 4 | √ | null |
|
|
||||
tPayrollGovtSubmissionSeq | int | 4 | null |
|
|
|||||
VersionNumber | int | 4 | √ | ((1)) |
|
|
||||
EmployeeID | int | 4 | null |
|
|
|||||
Payload | varchar | 2147483647 | √ | null |
|
|
||||
IncludesGovtDeclarationFlag | bit | 1 | ((0)) |
|
|
|||||
IncludesFinalEventFlag | bit | 1 | ((0)) |
|
|
|||||
ApprovedFlag | bit | 1 | √ | null |
|
|
||||
GenerationResult | varchar | 2147483647 | √ | null |
|
|
||||
GovtResult | varchar | 2147483647 | √ | null |
|
|
Table contained -1 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PK_tPayrollGovtSubmissionEmployee | Primary key | Asc | tPayrollGovtSubmissionEmployeeSeq |
AK_tPayrollGovtSubmissionEmployee_EmployeeID | Performance | Asc | EmployeeID |
CK_tPayrollGovtSubmissionEmployee_tPayrollGovtSubmissionSeq_EmployeeID | Must be unique | Asc/Asc | tPayrollGovtSubmissionSeq + EmployeeID |