We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior:
used sql
CREATE TABLE `role` ( `id` int NOT NULL AUTO_INCREMENT, `key` varchar(30) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL, `description` text, PRIMARY KEY (`id`,`key`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='role';
Expected behavior Appears with table title included
Screenshots If applicable, add screenshots to help explain your problem.
VSCode (please complete the following information):
OS: windows 10
VSCode version: Version: 1.93.1 (user setup) Commit: 38c31bc77e0dd6ae88a4e9cc93428cc27a56ba40 Date: 2024-09-11T17:20:05.685Z Electron: 30.4.0 ElectronBuildId: 10073054 Chromium: 124.0.6367.243 Node.js: 20.15.1 V8: 12.4.254.20-electron.0 OS: Windows_NT x64 10.0.19045
Extension Version: v2.0.1
The text was updated successfully, but these errors were encountered:
Comments are not part of a standardized syntax, so it's difficult to support them. Check the supported syntax.
https://docs.erd-editor.io/docs/guide/guides/file-import-export#schema-sql https://github.com/dineug/erd-editor/tree/main/packages/schema-sql-parser
Sorry, something went wrong.
No branches or pull requests
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
used sql
Expected behavior
Appears with table title included
Screenshots

If applicable, add screenshots to help explain your problem.
VSCode (please complete the following information):
OS: windows 10
VSCode version:
Version: 1.93.1 (user setup)
Commit: 38c31bc77e0dd6ae88a4e9cc93428cc27a56ba40
Date: 2024-09-11T17:20:05.685Z
Electron: 30.4.0
ElectronBuildId: 10073054
Chromium: 124.0.6367.243
Node.js: 20.15.1
V8: 12.4.254.20-electron.0
OS: Windows_NT x64 10.0.19045
Extension Version: v2.0.1
The text was updated successfully, but these errors were encountered: