material_basic_material_stock
基础物料总库存表
所属应用: material
表结构
| ColumnName | Comment | Type | Not null | Default | Autoincrement |
|---|---|---|---|---|---|
| bm_id | bm_id | int(10) unsigned | Y | N | |
| store | 库存(各仓库 的库存总和) | int(11) NOT NULL | N | 0 | N |
| store_freeze | 冻结库存 | int(11) NOT NULL | N | 0 | N |
| alert_store | 安全库存数 | mediumint(8) unsigned | N | 0 | N |
| last_modified | 最后修改日期 | int(10) unsigned | N | N | |
| real_store_lastmodify | 实际库存最后更新时间 | int(10) unsigned | N | N | |
| max_store_lastmodify | 最大可下单库存最后更新时间 | int(10) unsigned | N | N |
索引
| Key name | Column names | Unique | Comment |
|---|---|---|---|
| primary | bm_id | Y | |
| ind_last_modified | last_modified | N | |
| ind_store_lastmodify | max_store_lastmodify | N |
