ome_branch_corp
仓库物流关系表
所属应用: ome
表结构
| ColumnName | Comment | Type | Not null | Default | Autoincrement |
|---|---|---|---|---|---|
| id | id | mediumint(8) unsigned | Y | Y | |
| branch_id | branch_id | mediumint(8) unsigned | Y | N | |
| corp_id | corp_id | mediumint(8) unsigned | Y | N |
索引
| Key name | Column names | Unique | Comment |
|---|---|---|---|
| primary | id | Y | |
| ind_branch_id_corp_id | branch_id, corp_id | Y | |
| idx_c_branch_id | branch_id | N | |
| idx_c_corp_id | corp_id | N |
