Skip to content

TableColumn

Column information for a table

Property Type Description
data_type string -
default_value? string -
description? string Column description from PostgreSQL comment
is_foreign_key boolean -
is_nullable boolean -
is_primary_key boolean -
is_unique boolean -
jsonb_schema? JSONBSchema JSONB schema if this is a JSONB/JSON column with schema annotation
max_length? number -
name string -
position number -