Interface IndexInfo

Index information.

interface IndexInfo {
    name: string;
    columns: string[];
    unique?: boolean;
}

Properties

Properties

name: string
columns: string[]
unique?: boolean