ticket

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT UNSIGNED 20 null
mensaje TEXT 65535 null
user_id BIGINT UNSIGNED 20 null
users.id ticket_user_id_foreign R
estado_id BIGINT UNSIGNED 20 null
estado.id ticket_estado_id_foreign R
created_at TIMESTAMP 19 null
updated_at TIMESTAMP 19 null

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
ticket_estado_id_foreign Performance Asc estado_id
ticket_user_id_foreign Performance Asc user_id

Relationships