Fields (4)
| Name | Type | Null | Key | Default | Extra |
|---|---|---|---|---|---|
| product_id | binary(16) | NO | PRI | NULL | |
| product_version_id | binary(16) | NO | PRI | NULL | |
| category_id | binary(16) | NO | PRI | NULL | |
| category_version_id | binary(16) | NO | PRI | NULL |
Indexes (2)
| Name | Columns | Unique |
|---|---|---|
| fk.product_category_tree.category_id | category_id,category_version_id | No |
| PRIMARY | product_id,product_version_id,category_id,category_version_id | Yes |