drawdb-io / drawdb

Free, simple, and intuitive online database diagram editor and SQL generator.
https://drawdb.app
GNU Affero General Public License v3.0
22.71k stars 1.58k forks source link

Error when exporting SQL code to MySQL char and varchar field, does not export with the size #170

Closed kartik1112 closed 3 months ago

kartik1112 commented 3 months ago

https://github.com/user-attachments/assets/f2c85c73-92f7-45b8-9c4a-a887bd214367

happysangwan commented 3 months ago

CREATE TABLE example_table ( id INT NOT NULL, name VARCHAR(50), code CHAR(10) );

kartik1112 commented 3 months ago

@happysangwan can you mention the issue here?