SQLQueryHelperjs - v1.2.6
    Preparing search index...

    Interface PrimaryKeyDefinition

    interface PrimaryKeyDefinition {
        columns: string[];
        autoIncrement?: boolean;
    }
    Index

    Properties

    columns: string[]
    autoIncrement?: boolean