View Source Electric.Postgres.LogicalReplication.Messages.Relation.Column (electric v0.9.5)

Summary

Types

@type t() :: %Electric.Postgres.LogicalReplication.Messages.Relation.Column{
  flags: [:key],
  name: String.t(),
  type_modifier: integer(),
  type_oid: pos_integer()
}