View Source PrefixedUUID (PrefixedUUID v1.0.0)
Generates prefixed base62 encoded UUIDv7. https://danschultzer.com/posts/prefixed-base62-uuidv7-object-ids-with-ecto
Examples
@primary_key {:id, PrefixedUUID, prefix: "acct", autogenerate: true}
@foreign_key_type PrefixedUUID
Summary
Functions
Take an encode prefixed UUID string and split it into prefix and decoded UUID.
Types
@type t() :: String.t()