Category: Code & Development
-
Going From Auto-Increment To UUID
Recently, I went through the exercise of converting my e-commerce platform’s database and application to using UUIDs (Universally Unique Identifiers) over auto-increment fields as a way to modernize and scale after a long pause on development. Here were some of the reasons: However, the currently underlying database cannot currently natively handle UUIDs as types, so…