# `plat_order_file` > 平台订单文件表 - **Rows (estimated):** 0 - **Data size:** 16.0 KB - **Engine:** InnoDB - **Collation:** utf8mb3_general_ci - **Created:** 2026-04-27 18:54:51 - **Updated:** ## Columns | # | Name | Type | Null | Key | Default | Extra | Comment | |---|---|---|---|---|---|---|---| | 1 | `iIncreaseId` | `int` | NO | PRI | | auto_increment | 主键(自增序列) | | 2 | `tCreateTime` | `datetime` | NO | | | | 创建时间 | | 3 | `tModifyTime` | `datetime` | NO | | | | 退单时间 | | 4 | `sOrderId` | `varchar(35)` | NO | MUL | | | 订单编号 | | 5 | `sOrderFileId` | `varchar(35)` | NO | UNI | | | 订单文件编号(P_ORF开头) | | 6 | `sFileName` | `varchar(60)` | NO | | | | 文件名称 | | 7 | `sFilePath` | `varchar(255)` | NO | | | | 文件下载路径 | ## Indexes | Name | Unique | Type | Columns | |---|---|---|---| | `PLAT_ORDER_FILE_IDX1` | | BTREE | `sOrderId` | | `PLAT_ORDER_FILE_UNQ1` | ✓ | BTREE | `sOrderFileId` | | `PRIMARY` | ✓ | BTREE | `iIncreaseId` | ## 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._