Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | BIGINT | 19 | √ | null |
|
|
||||||||
| name | VARCHAR | 255 |
|
|
A short name identifying the tool deployment to users |
|||||||||
| deploymentid | VARCHAR | 255 |
|
|
The id of the deployment, as defined in the platform |
|||||||||
| platformid | BIGINT | 19 | null |
|
|
The platformid to which this deployment belongs |
||||||||
| legacyconsumerkey | VARCHAR | 255 | √ | null |
|
|
The legacy consumer key mapped to this deployment, if the deployment represents a migrated tool. |
|||||||
| timecreated | BIGINT | 19 | null |
|
|
|||||||||
| timemodified | BIGINT | 19 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| enroltidepl_pla_ix | Performance | Asc | platformid |
| enroltidepl_pladep_uix | Must be unique | Asc/Asc | platformid + deploymentid |