Changelog
← All updates

PostgreSQL Array data type

Added support for PostgreSQL array data types. You can now define columns with array types such as integer[], text[], varchar[], and more. The importer has also been updated to correctly parse and import array data types from your existing PostgreSQL schemas.

🌟 Improvements and Fixes

  • Fix MySQL exporter issue when diagrams contain YEAR or DATE column types