Fields.Url (fields v2.8.0)

An Ecto Type for urls. Use Fields.UrlEncrypted for encrypted urls.

Example

schema "retailers" do
  field :url, Fields.Url
end

Link to this section Summary

Link to this section Functions