Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
PayrollUpdatePostingEmployeeSeq | int identity | 4 | √ | null |
|
|
||||
PostingNumber | int | 4 | null |
|
|
|||||
EmployeeList | varchar | 2147483647 | null |
|
|
Table contained -1 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PK_PayrollUpdatePostingEmployee | Primary key | Asc | PayrollUpdatePostingEmployeeSeq |
CK_PayrollUpdatePostingEmployee_PostingNumber | Must be unique | Asc | PostingNumber |