ome_order_retrial_snapshot
复审订单快照表
所属应用: ome
表结构
| ColumnName | Comment | Type | Not null | Default | Autoincrement |
|---|---|---|---|---|---|
| tid | 编号 | int(10) unsigned | Y | Y | |
| retrial_id | 复审ID | int(10) | Y | N | |
| order_id | 订单ID | int(10) unsigned | Y | 0 | N |
| order_detail | 订单信息 | longtext | N | N | |
| new_order_detail | 新订单信息 | longtext | N | N | |
| dateline | 添加日期 | int(10) unsigned | Y | 0 | N |
索引
| Key name | Column names | Unique | Comment |
|---|---|---|---|
| primary | tid | Y | |
| retrial_id | retrial_id | N | |
| order_id | order_id | N |
