UUIDs
SurrealDB will automatically detect and parse valid UUIDs within strings, and store them efficiently within the database. This ensures that the amount of storage used to store a UUID on disk and in memory, is as little as possible.
CREATE person SET identifier = "fb2cd733-eec4-4354-b070-3aba18c2a67a";