channel_logistics_logs
日志表
所属应用: channel
表结构
| ColumnName | Comment | Type | Not null | Default | Autoincrement |
|---|---|---|---|---|---|
| id | id | int(10) unsigned | Y | Y | |
| op_user | 操作人 | varchar(50) | N | N | |
| exrecommend_souce | 来源 | varchar(20) | N | hqepay | N |
| op_type | op_type 1:同步运费模板;2:智选物流策略设置;3:运费模板变动; | enum('1','2','3') | N | N | |
| op_content | 操作内容 | text | N | N | |
| status | 状态 | varchar(10) | N | N | |
| create_time | 操作时间 | int(10) unsigned | N | N |
索引
| Key name | Column names | Unique | Comment |
|---|---|---|---|
| primary | id | Y | |
| ind_op_type | op_type | N |
