kysely
    Preparing search index...

    Interface RawColumnMetadata

    interface RawColumnMetadata {
        auto_incrementing: string | null;
        column: string;
        column_description: string | null;
        has_default: boolean;
        not_null: boolean;
        schema: string;
        table: string;
        table_type: string;
        type: string;
        type_schema: string;
    }
    Index

    Properties

    auto_incrementing: string | null
    column: string
    column_description: string | null
    has_default: boolean
    not_null: boolean
    schema: string
    table: string
    table_type: string
    type: string
    type_schema: string