Hi,
We’re facing an issue where the project export process generates diffs for tables because the sorting of unique indices in the CREATE TABLE statements is inconsistent. On different machines (with varying database versions), we end up with the same CREATE UNIQUE INDEX statements, but they appear in a different order. This is quite inconvenient. Is there a way to fix this, or does anyone know a good workaround? We use the most recent sqlcl 25.3.2.0 delivered with VSCode.