[PR #52] [MERGED] 添加MySql库表信息装MySql、Oracle类型的建库建表SQL #168

Closed
opened 2026-02-28 00:38:58 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/team-ide/teamide/pull/52
Author: @team-ide
Created: 5/6/2022
Status: Merged
Merged: 5/6/2022
Merged by: @team-ide

Base: mainHead: dev


📝 Commits (2)

  • a64fc5d 添加表DDL解析
  • 6276e5a 添加MySql库表信息装MySql、Oracle类型的建库建表SQL

📊 Changes

23 files changed (+752 additions, -63 deletions)

View changed files

📝 README.md (+1 -1)
📝 RELEASE.md (+2 -4)
📝 RELEASE_HISTORY.md (+6 -0)
📝 html/src/component/Icon.vue (+1 -1)
📝 html/src/component/IconFont.vue (+1 -1)
📝 html/src/component/iconfont/demo_index.html (+72 -3)
📝 html/src/component/iconfont/iconfont.css (+15 -3)
📝 html/src/component/iconfont/iconfont.js (+1 -1)
📝 html/src/component/iconfont/iconfont.json (+21 -0)
📝 html/src/component/iconfont/iconfont.ttf (+0 -0)
📝 html/src/component/iconfont/iconfont.woff (+0 -0)
📝 html/src/component/iconfont/iconfont.woff2 (+0 -0)
html/src/component/toolbox/database/DDL.vue (+96 -0)
📝 html/src/component/toolbox/database/Database.vue (+23 -7)
📝 html/src/component/toolbox/database/Index.vue (+3 -1)
html/src/component/toolbox/database/ShowTableDDL.vue (+79 -0)
📝 html/src/component/toolbox/database/Tabs.vue (+12 -1)
📝 html/src/views/toolbox/Index.vue (+4 -0)
📝 package.json (+1 -1)
📝 pkg/toolbox/database.go (+62 -15)

...and 3 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/team-ide/teamide/pull/52 **Author:** [@team-ide](https://github.com/team-ide) **Created:** 5/6/2022 **Status:** ✅ Merged **Merged:** 5/6/2022 **Merged by:** [@team-ide](https://github.com/team-ide) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (2) - [`a64fc5d`](https://github.com/team-ide/teamide/commit/a64fc5dc577d85d86b758f239ad30d47150ba566) 添加表DDL解析 - [`6276e5a`](https://github.com/team-ide/teamide/commit/6276e5a5aa0f4c5528c51fe439b09b4f370751ea) 添加MySql库表信息装MySql、Oracle类型的建库建表SQL ### 📊 Changes **23 files changed** (+752 additions, -63 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -1) 📝 `RELEASE.md` (+2 -4) 📝 `RELEASE_HISTORY.md` (+6 -0) 📝 `html/src/component/Icon.vue` (+1 -1) 📝 `html/src/component/IconFont.vue` (+1 -1) 📝 `html/src/component/iconfont/demo_index.html` (+72 -3) 📝 `html/src/component/iconfont/iconfont.css` (+15 -3) 📝 `html/src/component/iconfont/iconfont.js` (+1 -1) 📝 `html/src/component/iconfont/iconfont.json` (+21 -0) 📝 `html/src/component/iconfont/iconfont.ttf` (+0 -0) 📝 `html/src/component/iconfont/iconfont.woff` (+0 -0) 📝 `html/src/component/iconfont/iconfont.woff2` (+0 -0) ➕ `html/src/component/toolbox/database/DDL.vue` (+96 -0) 📝 `html/src/component/toolbox/database/Database.vue` (+23 -7) 📝 `html/src/component/toolbox/database/Index.vue` (+3 -1) ➕ `html/src/component/toolbox/database/ShowTableDDL.vue` (+79 -0) 📝 `html/src/component/toolbox/database/Tabs.vue` (+12 -1) 📝 `html/src/views/toolbox/Index.vue` (+4 -0) 📝 `package.json` (+1 -1) 📝 `pkg/toolbox/database.go` (+62 -15) _...and 3 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 00:38:58 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/teamide-team-ide#168
No description provided.