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

    Interface ColumnSchema

    Canonical table schema exported by the Elixir mix task and consumed by JS fixtures.

    interface ColumnSchema {
        ecto_type: string | [string, string] | null;
        flags: number;
        flags_decoded: string[];
        js_type: JSType | null;
        name: string;
        type_modifier: number;
        type_modifier_decoded: unknown;
        type_name: string | [string, string];
        type_oid: number;
        type_supported: boolean;
    }
    Index

    Properties

    ecto_type: string | [string, string] | null
    flags: number
    flags_decoded: string[]
    js_type: JSType | null
    name: string
    type_modifier: number
    type_modifier_decoded: unknown
    type_name: string | [string, string]
    type_oid: number
    type_supported: boolean