Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | BIGINT UNSIGNED | 20 | √ | null |
|
|
|||||
| tipo_objeto | VARCHAR | 255 | null |
|
|
||||||
| id_objeto | BIGINT UNSIGNED | 20 | √ | null |
|
|
|||||
| fecha | DATE | 10 | null |
|
|
||||||
| hora | TIME | 8 | null |
|
|
||||||
| descripcion | TEXT | 65535 | null |
|
|
||||||
| peso | DOUBLE | 22 | null |
|
|
||||||
| user_id | BIGINT UNSIGNED | 20 | null |
|
|
||||||
| estado_id | BIGINT UNSIGNED | 20 | null |
|
|
||||||
| created_at | TIMESTAMP | 19 | √ | null |
|
|
|||||
| updated_at | TIMESTAMP | 19 | √ | null |
|
|
|||||
| almacen_id | BIGINT UNSIGNED | 20 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| producto_almacen_id_foreign | Performance | Asc | almacen_id |
| producto_estado_id_foreign | Performance | Asc | estado_id |
| producto_user_id_foreign | Performance | Asc | user_id |



