UUID as Primary key with Ecto
A simple example of how to introduce a Universally unique identifier (UUID) into your project. You just need to remember a small modification in the migration and the column type change.
More on: https://bartoszgorka.com/uuid-as-primary-key-with-ecto
Read next Building a simple Calendly clone with Phoenix LiveView (pt. 2)