I am building a small rails app and I need a way to generate tracking numbers to give to customers to check up on their status. I want something similar to what the major s
Isn't the id generated for every table enough? It is unique by "default". But most of the time it's simply not shown,
Of course one could wrap it in a timestamp or the like.