# mysql2h2-plus **Repository Path**: chenyilei/mysql2h2-plus ## Basic Information - **Project Name**: mysql2h2-plus - **Description**: 借鉴已开源的技术,不断完善转换的IDEA 插件 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-09-21 - **Last Updated**: 2025-07-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mysql2h2-plus 借鉴已开源的技术,不断完善转换的IDEA 插件 IDEA插件市场搜索即可安装 也可以打包后直接拖入IDEA并使用 / 或直接下载 https://github.com/ChenYilei2016/mysql2h2-plus/blob/master/build/distributions

如何使用

![image](https://user-images.githubusercontent.com/31011150/190112719-871a14fc-82fc-45fe-a21d-5a4e6a1f0365.png) ![img.png](img.png)

what's new

1.0.8

1.0.7

1.0.6

1.0.5

  • mysql 转换 h2表结构
  • 兼容索引外部create Index方式
  • 兼容索引表中携带方式
  • 兼容没有分号的情况
  • 兼容h2索引名唯一性
  • 去除create表后的属性
  • json字段转text
  • 支持 create if not exist , drop if exist选项
  • 支持create索引融合进create表sql中
  • 支持适配mysql的虚拟列