danielberkompas / cloak

Elixir encryption library designed for Ecto
MIT License
582 stars 55 forks source link

Support migrations with non-integer `:id` field #70

Closed brentjanderson closed 6 years ago

brentjanderson commented 6 years ago

As noted in the mix cloak.migrate documentation, cloak migrations only support integer sequence :id primary key fields. Having a strategy for uuid would be beneficial so that databases using UUIDs can benefit from cloak as well.