# `eventviewer` > 操作日志 - **Rows (estimated):** 0 - **Data size:** 16.0 KB - **Engine:** InnoDB - **Collation:** utf8mb3_general_ci - **Created:** 2026-04-27 18:52:44 - **Updated:** ## Columns | # | Name | Type | Null | Key | Default | Extra | Comment | |---|---|---|---|---|---|---|---| | 1 | `iIncrement` | `int` | NO | PRI | | auto_increment | 自增列 | | 2 | `sId` | `varchar(100)` | NO | MUL | | | 唯一ID | | 3 | `sBrandsId` | `varchar(100)` | NO | | | | 加工商ID | | 4 | `sSubsidiaryId` | `varchar(100)` | NO | | | | 子公司ID | | 5 | `tCreateDate` | `datetime` | NO | | CURRENT_TIMESTAMP | DEFAULT_GENERATED | 创建时间 | | 6 | `sLoginName` | `varchar(255)` | NO | | | | 登录帐号 | | 7 | `sLog` | `text` | NO | | | | 执行语句 | | 8 | `dTime` | `decimal(18,6)` | YES | | | | 执行时间 | ## Indexes | Name | Unique | Type | Columns | |---|---|---|---| | `IndexN_gdslogininfo` | | BTREE | `sId`, `sBrandsId`, `sSubsidiaryId` | | `IndexU_gdslogininfo` | ✓ | BTREE | `sId`, `sBrandsId`, `sSubsidiaryId` | | `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._