A row deleted within a transaction; old_record contains the previous values when available.
Summary
Types
@type t() :: %WalEx.Changes.DeletedRecord{ columns: [struct()] | nil, commit_timestamp: DateTime.t() | nil, lsn: WalEx.Changes.lsn() | nil, old_record: map() | nil, schema: String.t() | nil, table: String.t() | nil, type: String.t() }