A UUID (Universally Unique Identifer) or GUID (Globally Unique Identifier) is a generated value guaranteed to be unique across
all computers and databases. UUIDs are stored as SQLType.BINARY(16) or SQLType.UUID values in UltraLite databases and can
be used to uniquely identify rows.