inventorydepth_formula
所有的公式信息,包括调整价格、调整库存等等..
所属应用: inventorydepth
表结构
| ColumnName | Comment | Type | Not null | Default | Autoincrement |
|---|---|---|---|---|---|
| formula_id | ID | mediumint(8) unsigned | Y | Y | |
| style | 属性类别 fund:价格调整;stock:库存调整; | enum('fund','stock') | Y | N | |
| heading | 公式名称 | varchar(200) | Y | N | |
| content | 数组存储公式内容 | longtext | Y | N | |
| operator | 操作人 | varchar(100) | N | N | |
| update_time | 最后更新时间 | int(10) unsigned | N | N | |
| operator_ip | 操作人IP | varchar(20) | N | N |
索引
| Key name | Column names | Unique | Comment |
|---|---|---|---|
| primary | formula_id | Y | |
| idx_style | style | N | |
| idx_heading | heading | N |
