jmeeuynz_digitalso
Tables coupons_used
| Field | Type | Default | Key | Action |
|---|---|---|---|---|
| id | int | NULL | PRI | |
| order_id | int | NULL | ||
| user_id | int | NULL | ||
| coupon_code | varchar(255) | NULL | ||
| created_at | timestamp | CURRENT_TIMESTAMP |