A UUID (Universally Unique Identifier) is a 128-bit number used to identify information in computer systems. The standard representation is a string of 32 hexadecimal digits, displayed in five groups separated by hyphens, totaling 36 characters.
SELECT gen_random_uuid();