jmeeuynz_digitalso
Tables refund_requests_messages
| Field | Type | Default | Key | Action |
|---|---|---|---|---|
| id | int | NULL | PRI | |
| request_id | int | NULL | ||
| user_id | int | NULL | ||
| is_buyer | tinyint(1) | 1 | ||
| message | text | NULL | ||
| created_at | timestamp | CURRENT_TIMESTAMP |