@runloop/api-client - v1.18.1
    Preparing search index...

    Interface SqlColumnMetaView

    interface SqlColumnMetaView {
        name: string;
        type: string;
    }
    Index

    Properties

    Properties

    name: string

    Column name or alias.

    type: string

    Declared type (TEXT, INTEGER, REAL, BLOB, or empty).