Y
Hacker News
new
|
ask
|
show
|
jobs
by
big_whack
706 days ago
Reconfiguring tables to use a different kind of unique ID (primary key in this context) can be a much bigger pain than an ordinary column rename if it is in use by foreign key constraints.
1 comments
snicker7
706 days ago
OR if the primary key is exported out of the DB, i.e. for constructing URLs.
link