Hacker News new | ask | show | jobs
by gcr 3725 days ago
I don't get this argument. Foreign key constraints are part of the schema.

What should the primary key be if not a UUID?

2 comments

A natural key. It is not always possible, but when it is it should be used.
an integer id?