Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | BIGINT UNSIGNED | 20 | √ | null |
|
|
||||||||
| uuid | CHAR | 36 | √ | null |
|
|
||||||||
| account_id | INT UNSIGNED | 10 | null |
|
|
|||||||||
| user_id | INT UNSIGNED | 10 | null |
|
|
|||||||||
| description | VARCHAR | 500 | √ | null |
|
|
||||||||
| name | VARCHAR | 100 | null |
|
|
|||||||||
| created_at | TIMESTAMP | 19 | √ | null |
|
|
||||||||
| updated_at | TIMESTAMP | 19 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| addressbooks_account_id_uuid_index | Performance | Asc/Asc | account_id + uuid |
| addressbooks_name_index | Performance | Asc | name |
| addressbooks_user_id_foreign | Performance | Asc | user_id |



