Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | BIGINT UNSIGNED | 20 | √ | null |
|
|
||||||||
| created_at | TIMESTAMP | 19 | √ | null |
|
|
||||||||
| updated_at | TIMESTAMP | 19 | √ | null |
|
|
||||||||
| direccion_nombre | VARCHAR | 255 | null |
|
|
|||||||||
| ciudad_id | BIGINT UNSIGNED | 20 | null |
|
|
|||||||||
| user_id | BIGINT UNSIGNED | 20 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| direccion_ciudad_id_foreign | Performance | Asc | ciudad_id |
| direccion_user_id_foreign | Performance | Asc | user_id |



