prorm API Reference
    Preparing search index...

    Interface ReplicaIdentityOptions

    Options for

    decorator (PostgreSQL)

    interface ReplicaIdentityOptions {
        type: ReplicaIdentityType;
        index?: string;
    }
    Index

    Type of replica identity 'FULL' - all columns 'DEFAULT' - primary key 'INDEX' - index columns 'NOTHING' - no additional info

    index?: string

    Index name (required if type is 'INDEX')