|
|
|
|
|
by lucasyvas
248 days ago
|
|
These are all non-issues - don’t allow an end user to determine a serial primary key as always. And the amount of information it leaks is negligible - they might know the oldest and the newest and there’s an infinite gulf in between. It’s better and more practical than SERIAL or BIGSERIAL in every way - if you need a random/external ID, add a second column. Done. |
|