Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | INT UNSIGNED | 10 | √ | null |
|
|
||||||||||
| name | VARCHAR | 255 | null |
|
|
|||||||||||
| owner_id | INT UNSIGNED | 10 | null |
|
|
|||||||||||
| type | enum('reseller', 'client', 'domain', 'domain_addon') | 12 | null |
|
|
|||||||||||
| uuid | VARCHAR | 36 | null |
|
|
|||||||||||
| external_id | VARCHAR | 255 | √ | null |
|
|
||||||||||
| note_id | INT UNSIGNED | 10 | √ | null |
|
|
Table contained 0 rows
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| note_id | Performance | Asc | note_id |
| owner_id | Performance | Asc | owner_id |
| uuid | Must be unique | Asc | uuid |



