jmeeuynz_digitalso
Tables digital_sales
| Field | Type | Default | Key | Action |
|---|---|---|---|---|
| id | int | NULL | PRI | |
| order_id | int | NULL | MUL | |
| product_id | int | NULL | MUL | |
| product_title | varchar(500) | NULL | ||
| seller_id | int | NULL | MUL | |
| buyer_id | int | NULL | MUL | |
| license_key | varchar(255) | NULL | ||
| purchase_code | varchar(100) | NULL | ||
| currency | varchar(20) | USD | ||
| price | bigint | NULL | ||
| purchase_date | timestamp | CURRENT_TIMESTAMP |