This data as json, CSV (advanced)
id ▼ | table_id | name |
---|---|---|
31 | Applicant 10 | id |
32 | Applicant 10 | 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) );