Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
JobPositionNotificationsSeq | int identity | 4 | √ | null |
|
|
||||
Campus | varchar | 3 | ('') |
|
|
|||||
NotificationType | varchar | 15 | ('') |
|
|
|||||
JobPositionsSeq | int | 4 | √ | null |
|
|
||||
MajorClassification | varchar | 15 | ('') |
|
|
|||||
CodeAlpha | varchar | 25 | √ | ('') |
|
|
||||
OverrideFlag | bit | 1 | ((0)) |
|
|
|||||
ID | int | 4 | √ | null |
|
|
Table contained -1 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PK_JobPositionNotifications | Primary key | Asc | JobPositionNotificationsSeq |
AK_JobPositionNotifications_JobPositionsSeq_NotificationType | Performance | Asc/Asc | JobPositionsSeq + NotificationType |
uc_JobPositionNotifications_NotificationType_JobPosition | Must be unique | Asc/Asc/Asc/Asc/Asc/Asc | NotificationType + JobPositionsSeq + MajorClassification + CodeAlpha + ID + Campus |