Cuttlefish SDK Reference - v0.1.0
    Preparing search index...

    Type Alias RuntimeColumnSchema

    RuntimeColumnSchema: Pick<
        ColumnSchema,
        | "name"
        | "type_oid"
        | "type_name"
        | "ecto_type"
        | "js_type"
        | "type_supported",
    >

    Subset of schema metadata the runtime needs while evaluating queries.