Generate UUIDs with platform-specific prefixes for entity type identification. Artists start with "88", artworks with "99", collections with "77". Test mode uses longer prefixes ("80000000", "90000000", "70000000") for easy identification of test data in production databases.
Functions
genArtistID(): Generate artist UUID (prefix: 88, test: 80000000)genArtworkID(): Generate artwork UUID (prefix: 99, test: 90000000)genCollectionID(): Generate collection UUID (prefix: 77, test: 70000000)
See also
Other uuid:
validate
