tbo2o_store
淘宝门店信息表
所属应用: tbo2o
表结构
| ColumnName | Comment | Type | Not null | Default | Autoincrement |
|---|---|---|---|---|---|
| store_id | store_id | int(10) unsigned | Y | Y | |
| store_name | 门店名称 | varchar(255) | N | N | |
| store_bn | 门店编码 | varchar(20) | N | N | |
| cat_id | 门店类目 | int(10) | N | N | |
| outer_store_id | 淘宝门店ID | int(10) | N | N | |
| local_store_id | 本地门店ID | int(10) | N | N | |
| store_type | 门店类型 normal:普通门店;mall:商城;mall_shop:店中店;light_shop:淘小铺;hospital:阿里健康(医院);department:阿里健康(医院科室);warehous:仓库; | enum('normal','mall','mall_shop','light_shop','hospital','department','warehous') | Y | normal | N |
| open_hours | 营业时间 | varchar(20) | N | N | |
| status | 门店状态 hold:暂停营业;close:关店;normal:正常; | enum('hold','close','normal') | Y | normal | N |
| contacter | 联系人 | varchar(50) | N | N | |
| area | 地区 | varchar(255) | N | N | |
| address | 详细地址 | varchar(100) | N | N | |
| tel | 固定电话 | varchar(30) | N | N | |
| mobile | 手机 | varchar(50) | N | N | |
| fax | 传真 | varchar(20) | N | N | |
| zip | 邮编 | varchar(20) | N | N | |
| sync | 同步状态 | tinyint(1) | N | 1 | N |
索引
| Key name | Column names | Unique | Comment |
|---|---|---|---|
| primary | store_id | Y | |
| ind_outer_store_id | outer_store_id | Y | |
| ind_local_store_id | local_store_id | Y |
