Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | INT UNSIGNED | 10 | √ | null |
|
|
||
| object_id | INT UNSIGNED | 10 | null |
|
|
|||
| object_type | enum('client', 'domain') | 7 | null |
|
|
|||
| locked | enum('true', 'false') | 5 | false |
|
|
|||
| synchronized | enum('true', 'false') | 5 | true |
|
|
|||
| custom | enum('true', 'false') | 5 | false |
|
|
|||
| uuid | VARCHAR | 36 | null |
|
|
|||
| external_id | VARCHAR | 255 |
|
|
Table contained 0 rows
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| object_id | Must be unique | Asc/Asc | object_id + object_type |
| uuid | Must be unique | Asc | uuid |