This data as json, CSV (advanced)
id ▼ | table_id | name |
---|---|---|
90 | Mail Zipcode 25 | id |
91 | Mail Zipcode 25 | value |
JSON shape: default, array, newline-delimited, object
CREATE TABLE columns ( id integer PRIMARY KEY, table_id integer, name text, FOREIGN KEY (table_id) REFERENCES tables(id) );