What is the Proper Data Type for Storing UUIDs in MySQL?
While creating a schema for SNOMED to ICD-10 mapping, I came across the requirement of storing a UUID (128-bit unsigned integer) as the ‘id’ field. 128-bits = 16 bytes so we’ll use BINARY(16). drop table if...
Read More
Recent Comments