1ilit

Results 161 comments of 1ilit

do you mean you can't make relationships? https://github.com/drawdb-io/drawdb/assets/96800776/bd879f8d-697f-4366-bc54-a0d2d21bcc33

This is intentional. To have a many to many relationship in sql you need to have a join table

Hii! Thanks for the kind words If you go to Settings>'Table width' you can change the size of the tables ![image](https://github.com/drawdb-io/drawdb/assets/96800776/8403244d-a2d8-4f16-a2e0-f0a23c73c392)

Hello, adding `allowCreate` and not adding the extra logic to handle types that appear neither in `sqlDataTypes` not `obj.types` will at least break the export feature for MySQL. Also, I'm...

Hello! I really appreciate your contribution and can tell you put a lot of time into it. I'm sorry but this is just too messy, I mean why is there...

Hi Clément! Thanks for the contribution, A better way to handle this would be add the `allowCreate` attribute to `` in TableField.jsx and handle the newly created type in toSQL.js...

I'm working on it