Hacker News new | ask | show | jobs
by topspin 1851 days ago
I just started a little side project and chose to use UUID for Postgresql keys. The schema is highly generic and I anticipate the possibility of merging instances. UUID precludes collisions in such a case.
1 comments

That includes foreign keys?
Yes.