Member Junction
    Preparing search index...

    Represents a change to a single record in an entity

    Index

    Constructors

    Properties

    ChangedAt: Date
    Changes: FieldChange[]
    Entity: EntityInfo
    LatestRecord?: BaseEntity

    Populated for Create and Update types only. This is the latest version of the record from the organic database table

    LegacyKey?: boolean = false
    LegacyKeyValue?: string
    PrimaryKey: CompositeKey
    Type: "Create" | "Update" | "Delete"