Database Design Primay Key, ID vs String
Is there any reason this isn’t a good idea? Is there anything I should be aware of? Yes. Integer IDs are very bad if you need to uniquely identify the same data outside of a single database. For example, if you have to copy the same data into another database system with potentially pre-existing data … Read more