4

And now the boss want to have a user table in the db where I can change the id of the user (primary key) when ever HE wants... And all the other table are connect to the user trough the id...

Comments
  • 0
    Create another column for display ID and use the old one as PK id.
  • 0
    Use ON UPDATE CASCADE? Or am I missing something?
    Why does he even want to change it?
Add Comment