When creating a MYSQL database creating a table with an ENUM or SET column type the exported SQL file (under file > export SQL) is incorrect.
Whether valid, invalid, or empty values are entered in the drawdb column's values input.
Currently, the exported syntax is
Not sure if the MySQL export is for a different version of MySQL (I'm using MySQL V8.0.30), I have a pr to solve the issue that I will link to this issue.
When creating a MYSQL database creating a table with an
ENUM
orSET
column type the exported SQL file (under file > export SQL) is incorrect. Whether valid, invalid, or empty values are entered in the drawdb column's values input. Currently, the exported syntax ismissing brackets containing the enum/set's values
the expected output is...
To Reproduce
Steps to reproduce the behaviour:
Desktop:
Additional context
Not sure if the MySQL export is for a different version of MySQL (I'm using MySQL V8.0.30),
I have a pr to solve the issue that I will link to this issue.I'm happy to open a PR with a fix to this issue