1ilit
1ilit
**Describe the bug** Throws syntax error when trying to `astify` composite check constraints **Database Engine** MySQL **To Reproduce** -the SQL that be parsed ```sql CREATE TABLE `Pattern` ( `IsInterpolated` INT...
#### To reproduce: Enter value and click enter or enter comma separated values in batch and click enter #### Expected behavior: The values should look like tags and the input...
Hello! I would really appreciate if someone fluent in Chinese could review the automated translations in '/src/i18n/locales/zh.js'
Hey folks! Help us translate drawDB to new languages. You can do so by adding the translation similar to [ `en.js`](https://github.com/drawdb-io/drawdb/blob/main/src/i18n/locales/en.js) in `src/i18n/locales` and including them in `i18n.js`. Thank you...
It would be really helpful if there was support for parsing CREATE TYPE statements not only for enums but also for composite types **Database Engine** PostgreSQL **To Reproduce** -the SQL...
**Is your feature request related to a problem? Please describe.** When importing from sql, if the generated diagram is corrupted it still gets imported. **Describe the solution you'd like** Implement...
**Is your feature request related to a problem? Please describe.** The images show whatever is visible in the canvas like a screenshot **Describe the solution you'd like** Be able to...
Add prop validation to components
**To Reproduce** Steps to reproduce the behavior: 1. create type_1 2. create type_2 3. add a field in type_1 with type type_2 4. add a field in type_2 referencing type_1...