ome_reship_objects
所属应用: ome
表结构
| ColumnName | Comment | Type | Not null | Default | Autoincrement |
|---|---|---|---|---|---|
| obj_id | obj_id | int(10) unsigned | Y | Y | |
| reship_id | reship_id | int(10) unsigned | Y | 0 | N |
| obj_type | obj_type | varchar(50) | Y | N | |
| product_id | product_id | int(10) unsigned | Y | 0 | N |
| bn | bn | varchar(40) | N | N | |
| product_name | product_name | varchar(200) | N | N | |
| price | price | decimal(20,3) | Y | 0 | N |
| num | 数量 | mediumint(8) unsigned | Y | 1 | N |
索引
| Key name | Column names | Unique | Comment |
|---|---|---|---|
| primary | obj_id | Y | |
| idx_c_reship_id | reship_id | N |
