ome_product_serial_log
唯一码商品日志表
所属应用: ome
表结构
| ColumnName | Comment | Type | Not null | Default | Autoincrement |
|---|---|---|---|---|---|
| log_id | log_id | int(10) unsigned | Y | Y | |
| item_id | item_id | int(10) unsigned | Y | N | |
| act_type | 操作类型 | tinyint(4) | Y | 0 | N |
| act_time | 操作时间 | int(10) unsigned | N | N | |
| act_owner | 操作人 | mediumint(8) unsigned | Y | N | |
| bill_type | 单据类型 | tinyint(4) | Y | 0 | N |
| bill_no | 单据编号 | varchar(30) | Y | N | |
| serial_status | 唯一码状态 | tinyint(4) | Y | 0 | N |
索引
| Key name | Column names | Unique | Comment |
|---|---|---|---|
| primary | log_id | Y | |
| ind_bill_no | bill_no | N | |
| idx_c_item_id | item_id | N | |
| idx_c_act_owner | act_owner | N |
