# `plat_base_menu` > 平台基础菜单表 - **Rows (estimated):** 0 - **Data size:** 16.0 KB - **Engine:** InnoDB - **Collation:** utf8mb3_general_ci - **Created:** 2026-04-27 18:54:49 - **Updated:** ## Columns | # | Name | Type | Null | Key | Default | Extra | Comment | |---|---|---|---|---|---|---|---| | 1 | `iIncreaseId` | `smallint` | NO | PRI | | auto_increment | 主键(自增序列) | | 2 | `iParentId` | `smallint` | NO | | 0 | | 父编号 | | 3 | `sMenuName` | `varchar(20)` | NO | | | | 菜单名称 | | 4 | `iSort` | `smallint` | NO | | 0 | | 排序 | | 5 | `sIcon` | `varchar(255)` | NO | | | | 图标地址 | | 6 | `sUrl` | `varchar(255)` | NO | | | | url地址 | ## Indexes | Name | Unique | Type | Columns | |---|---|---|---| | `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._