SQLQueryHelperjs - v1.2.6
    Preparing search index...

    Interface PostgresInspectedPrimaryKey

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

    Properties

    columns: string[]
    autoIncrement: boolean