Fields.PhoneNumberEncrypted (fields v2.8.0)

An Ecto Type for encrypted phone numbers.

Example

schema "users" do
  field(:phone_number, Fields.PhoneNumberEncrypted)
end

Link to this section Summary

Link to this section Functions