# `Electric.Postgres.LogicalReplication.Messages.Relation.Column`
[🔗](https://github.com/electric-sql/electric/tree/%40core/sync-service%401.6.2/packages/sync-service/lib/electric/postgres/logical_replication/messages.ex#L119)

# `t`

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

---

*Consult [api-reference.md](api-reference.md) for complete listing*
