6 ms·
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 big_whack 2y 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.
- snicker7 2y agoOR if the primary key is exported out of the DB, i.e. for constructing URLs.