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('false', 'true') | 6 | false |
|
|
|||||||||||||||||
synchronized | enum('false', 'true') | 6 | true |
|
|
|||||||||||||||||
custom | enum('false', 'true') | 6 | false |
|
|
|||||||||||||||||
uuid | VARCHAR | 36 | √ | null |
|
|
||||||||||||||||
external_id | VARCHAR | 255 | √ | null |
|
|
Table contained 0 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
object_id_and_type | Must be unique | Asc/Asc | object_id + object_type |
uuid | Must be unique | Asc | uuid |