Fields.Address (fields v2.8.0)

An Ecto Type for plaintext addresses. Useful for publicly available addressses. See Fields.AddressEncrypted for storing addresses that are Personally Identifiable Information.

Example

  schema "retailers" do
    field :address, Fields.Address
  end

Link to this section Summary

Link to this section Functions