{"datasette": "", "columns": ["group_concat(\r\n \"select '\" || name || \"' as table_name, * from pragma_table_info('\" || name || \"')\"\r\n, ' union ') || ' order by table_name, cid'"], "rows": [""], "sql": "select group_concat(\r\n \"select '\" || name || \"' as table_name, * from pragma_table_info('\" || name || \"')\"\r\n, ' union ') || ' order by table_name, cid'\r\n from sqlite_master where type = 'table';", "query_name": null, "database": "fixtures", "table": null, "request": "", "view_name": "table", "1+1": 2}