v0.260523.155437
Added
-
Comment style options for DDL export:
When exporting DDL, you can now choose how comments are generated for tables and columns.
- Logical Name (default): Uses only the logical name as a comment. This matches the previous behavior.
- Logical Name + Description: Combines the logical name and description into a single comment,
joined by a configurable separator string.
The separator can be freely customized in the export dialog.
The Comment Style selector and separator input are enabled only when the "Comments" option is checked.
What's Changed
- Add configurable comment style for DDL export by @kajitiluna in #193
Full Changelog: github-page/2026/05/v0.260521.233919...github-page/2026/05/v0.260523.155437