# `mftproductionplancalc` - **Engine:** InnoDB - **Collation:** utf8mb3_general_ci ## Columns | # | Name | Type | Null | Key | Default | Extra | Comment | |---|---|---|---|---|---|---|---| | 1 | `iIncrement` | `int` | NO | PRI | | auto_increment | 自增列 | | 2 | `sBrandsId` | `varchar(100)` | NO | MUL | | | 加工商ID | | 3 | `sSubsidiaryId` | `varchar(100)` | NO | | | | 子公司ID | | 4 | `sMachineId` | `varchar(255)` | NO | | | | 返回重排的机器编号 | | 5 | `sMakePerson` | `varchar(255)` | YES | | | | 排程人员 | ## Indexes | Name | Unique | Type | Columns | |---|---|---|---| | `IndexN1` | | BTREE | `sBrandsId`, `sSubsidiaryId`, `sMachineId` | | `PRIMARY` | ✓ | BTREE | `iIncrement` | ## Narrative _No human-written narrative yet — when this table is exercised by a [vertical slice](../../slices/index.md), link from there back to this page._