home / registry
✎ View and edit SQL
This data as json, CSV (advanced)
JSON shape: default, array, newline-delimited, object
CSV options: download file expand labels
CREATE TABLE columns ( id integer PRIMARY KEY, table_id integer, name text, FOREIGN KEY (table_id) REFERENCES tables(id) );