# `sysinterfaceerro` > 第三方接口调用异常 - **Engine:** InnoDB - **Collation:** utf8mb3_general_ci ## Columns | # | Name | Type | Null | Key | Default | Extra | Comment | |---|---|---|---|---|---|---|---| | 1 | `iIncrement` | `int` | NO | PRI | | auto_increment | 自增列 | | 2 | `sId` | `varchar(100)` | NO | UNI | | | 标准ID | | 3 | `tCreateDate` | `datetime` | NO | | CURRENT_TIMESTAMP | DEFAULT_GENERATED | 制单日期 | | 4 | `sMakePerson` | `varchar(255)` | NO | | | | 制单人 | | 5 | `sRequestIp` | `varchar(255)` | NO | | | | 请求IP | | 6 | `sErroMsg` | `longtext` | NO | | | | 错误日志 | | 7 | `sParamMemo` | `longtext` | NO | | | | 请求参数 | | 8 | `sType` | `varchar(100)` | NO | | erro | | 类型 | ## Indexes | Name | Unique | Type | Columns | |---|---|---|---| | `IndexU_sId` | ✓ | BTREE | `sId` | | `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._