Describe the bug
sql exported without column names
To Reproduce
Steps to reproduce the behavior:
Go to File -> New -> Blank
choose Mysql as Database
create new table and edit the schema
export the edited schema as sql file
See error
Expected behavior
export proper sql script file based on the table schema
Screenshots
the schema I create for illustration
When try to export the schema as sql, it returns sql script without column names:
Desktop (please complete the following information):
OS: macOS monterey 12.5.1
Browser: Chrome Version 128.0.6613.84 (Official Build) (arm64)
Additional context
The problem only exists when I choose mysql or mariaDB as database, It works perfectly when I choose others.Even the generic database works fine, I can still export to mysql script file.
Describe the bug sql exported without column names
To Reproduce Steps to reproduce the behavior:
Expected behavior export proper sql script file based on the table schema
Screenshots the schema I create for illustration When try to export the schema as sql, it returns sql script without column names:
Desktop (please complete the following information):
Additional context The problem only exists when I choose mysql or mariaDB as database, It works perfectly when I choose others.Even the generic database works fine, I can still export to mysql script file.