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