T — a TRUNCATE of one or more relations; options indicate CASCADE / RESTART IDENTITY.
Summary
Types
@type option() :: :cascade | :restart_identity
@type t() :: %WalEx.Decoder.Messages.Truncate{ number_of_relations: non_neg_integer() | nil, options: [option()], truncated_relations: [non_neg_integer()] }