{"query":"select table_name, column_name, data_type from information_schema.columns where table_schema='public' and table_name in ('track_requests','track_history','containers','api_tokens') order by table_name, ordinal_position;"}
