Get a table by ID.
{ "id": "<string>", "name": "<string>", "columns": [ { "id": "<string>", "name": "<string>", "type": "TEXT", "nullable": true, "default": "<any>" } ] }
Read model for a table.
Definition for a table column.
Show child attributes
Supported SQL types.
TEXT
VARCHAR
INTEGER
BIGINT
DECIMAL
BOOLEAN
TIMESTAMP
TIMESTAMPTZ
JSONB
UUID
Was this page helpful?