Changelog
← All updates

Improved schema importer for all DBMS

We've reworked the DDL/schema importer, which provides major improvements in parsing PgSQL and SQLSrv DDL syntaxes. Some other notable improvements in the importer:

  • Parses foreign key constraint DDL statements to import relationships between table columns, and can infer their cardinality

  • Parses and imports enum values

  • Improved algorithm for auto-layout of tables post-import

🌟 Improvements and Fixes

  • Fix issue with diagram ownership and view count when cloning templates.

  • Improve routing logic for relationship lines in canvas editor v2, includes scenario where a column has multiple relationships

  • Fix issue with table comment showing when empty

  • Fix issue with missing relationship port when adding new column