ome_branch_pos
发货点仓库货位表
所属应用: ome
表结构
| ColumnName | Comment | Type | Not null | Default | Autoincrement |
|---|---|---|---|---|---|
| pos_id | pos_id | mediumint(8) unsigned | Y | Y | |
| store_position | 货位 | varchar(100) | Y | N | |
| branch_id | 仓库 | mediumint(8) unsigned | Y | N | |
| disabled | 是否失效 | enum('true','false') | Y | false | N |
| stock_threshold | stock_threshold | mediumint(8) unsigned | N | 0 | N |
索引
| Key name | Column names | Unique | Comment |
|---|---|---|---|
| primary | pos_id | Y | |
| ind_branch_pos | branch_id, store_position | Y | |
| ind_store_position | store_position | N | |
| ind_pos_id | pos_id | N | |
| idx_c_branch_id | branch_id | N |
