Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
AgentDeploymentReadinessCheckId | INT | 10 | √ | null |
|
|
||||
NetworkDeviceId | INT | 10 | null |
|
|
|||||
AgentDeploymentReadinessCheckStatusId | INT | 10 | null |
|
|
|||||
ReadinessCheckStatus | VARCHAR | 100 | null |
|
|
|||||
DeploymentAttemptCount | INT | 10 | √ | null |
|
|
||||
DateLastCheckedForReadiness | DATETIME | 19 | √ | null |
|
|
||||
DateLastDeploymentAttempted | DATETIME | 19 | √ | null |
|
|
||||
CreatedBy | VARCHAR | 100 | null |
|
|
|||||
CreateDate | DATETIME | 19 | null |
|
|
|||||
UpdatedBy | VARCHAR | 100 | null |
|
|
|||||
UpdateDate | DATETIME | 19 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | AgentDeploymentReadinessCheckId |
STATUS_ID_INDEX | Performance | Asc | AgentDeploymentReadinessCheckStatusId |
STATUS_NAME_INDEX | Performance | Asc | ReadinessCheckStatus |
UNIQUE_DEVICE | Must be unique | Asc | NetworkDeviceId |