vop_source_detail_ext
唯品会费用项明细
所属应用: vop
表结构
| ColumnName | Comment | Type | Not null | Default | Autoincrement |
|---|---|---|---|---|---|
| id | 主键id | bigint(20) unsigned | Y | Y | |
| bill_id | 唯品会账单 | int(10) unsigned | N | N | |
| source_detail_id | 货款账单id | int(10) unsigned | N | N | |
| addon | 源数据 | longtext | N | N | |
| at_time | 创建时间 | TIMESTAMP | N | CURRENT_TIMESTAMP | N |
| up_time | 更新时间 | TIMESTAMP | N | CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP | N |
索引
| Key name | Column names | Unique | Comment |
|---|---|---|---|
| primary | id | Y | |
| ind_source_detail_id | source_detail_id | Y | |
| ind_bill_id | bill_id | N |
