tbo2o_store_cat
淘宝门店类目表
所属应用: tbo2o
表结构
| ColumnName | Comment | Type | Not null | Default | Autoincrement |
|---|---|---|---|---|---|
| stc_id | stc_id | int(10) unsigned | Y | Y | |
| cat_id | 类目ID | int(10) | N | N | |
| cat_name | 类目名称 | varchar(20) | N | N | |
| p_stc_id | 上级类目ID | int(10) | N | N | |
| cat_path | 分类路径 | varchar(255) | N | N | |
| cat_grade | 路径级数 | mediumint(8) unsigned | N | N | |
| haschild | 是否存在下级 | tinyint(1) | N | 0 | N |
索引
| Key name | Column names | Unique | Comment |
|---|---|---|---|
| primary | stc_id | Y | |
| ind_cat_id | cat_id | N |
