Documentation
    Preparing search index...
    interface IndexConfig {
        columns: IndexColumn[];
        name: string;
        unique: boolean;
        where: SQL<unknown> | undefined;
    }
    Index

    Properties

    columns: IndexColumn[]
    name: string
    unique: boolean
    where: SQL<unknown> | undefined