jmeeuynz_digitalso
Tables refund_requests
| Field | Type | Default | Key | Action |
|---|---|---|---|---|
| id | int | NULL | PRI | |
| buyer_id | int | NULL | MUL | |
| seller_id | int | NULL | MUL | |
| order_id | int | NULL | ||
| order_number | bigint | NULL | ||
| order_product_id | int | NULL | ||
| status | tinyint(1) | NULL | ||
| is_completed | tinyint(1) | NULL | ||
| updated_at | timestamp | NULL | ||
| created_at | timestamp | NULL |