Get a table by ID.
{ "id": "<string>", "name": "<string>", "columns": [ { "id": "<string>", "name": "<string>", "type": "TEXT", "nullable": true, "default": "<any>", "is_index": false } ] }
Read model for a table.
Was this page helpful?