Yusuf Ismail
Yusuf Ismail
Strange, my fields are stored as an array of objects. This could be an import from SQL error instead. I'll update when I have new findings. "fields": [ { "expr":...
Yup, I imported the diagram from SQL at the beginning
Here's the most minimal SQL that when imported then exported to JSON reproduces the parsing error CREATE TABLE table1 ( column1 DOUBLE PRECISION NOT NULL ); CREATE INDEX idx_table1_column1 ON...