|
|
|
|
|
by SkyMarshal
855 days ago
|
|
> This is especially important when you use sequential auto-incrementing identifiers with type integer or bigint since they are guessable. I thought we had long since moved past that to GUIDs or UUIDs for primary keys. Then if you still need some kind of sequential numbering that has meaning in relation to the other fields, make a separate column for that. |
|