Column | Description |
---|---|
order_id | int |
user_id | int |
product_id | int |
product_count | int |
status | text (open / pending / paid / delivering / delivered) |
creation_timestamp | time |
Column | Description |
---|---|
id | int |
user_id | int |
order_id | int |
product_id | int |
product_count | int |
behavior_type | text (point / favorite / cart_add / cart_remove / confirm / cancel / pay) |
timestamp | time |
Column | Description |
---|---|
id | int |
name | text |
type_id | int |
price | int |
Column | Description |
---|---|
id | int |
name | text |
Column | Description |
---|---|
id | int |
name | text |
creation_time | time |