jmeeuynz_digitalso
Tables support_subtickets
| Field | Type | Default | Key | Action |
|---|---|---|---|---|
| id | int | NULL | PRI | |
| ticket_id | int | NULL | MUL | |
| user_id | int | NULL | MUL | |
| message | text | NULL | ||
| attachments | text | NULL | ||
| is_support_reply | tinyint(1) | NULL | MUL | |
| storage | varchar(20) | local | ||
| created_at | timestamp | NULL |