Postgres migration helpers.
The encrypted field type stores binary payloads, so in Postgres this maps to
bytea via Ecto's :binary.
Summary
Functions
Adds an encrypted column (:binary / bytea) to a Postgres table.
Postgres migration helpers.
The encrypted field type stores binary payloads, so in Postgres this maps to
bytea via Ecto's :binary.
Adds an encrypted column (:binary / bytea) to a Postgres table.