WalEx.Changes.TruncatedRelation (WalEx v4.8.0)

Copy Markdown View Source

A TRUNCATE of one of the subscribed tables.

Summary

Types

t()

@type t() :: %WalEx.Changes.TruncatedRelation{
  commit_timestamp: DateTime.t() | nil,
  schema: String.t() | nil,
  table: String.t() | nil,
  type: String.t()
}