@wearesage/schema
    Preparing search index...

    Function PgIndex

    • Parameters

      • options: {
            columns: string[];
            method?: "btree" | "hash" | "gist" | "gin";
            name?: string;
            unique?: boolean;
        } = ...

      Returns (target: any) => void