mirror of
https://github.com/team-ide/teamide.git
synced 2026-04-27 19:45:49 +03:00
[PR #52] [MERGED] 添加MySql库表信息装MySql、Oracle类型的建库建表SQL #168
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/teamide-team-ide#168
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head: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.