Many professionals recommend using UUID (Universally Unique Identifiers) also known as GUID (Globally Unique Identifier). The idea is using them as primary keys rather than the default integers with the AUTO_INCREMENT flag. The reason why is because they are unique across every table, every database and every server, allowing easy merging of records from different databases and easy distribution of …