In SQL, what is the best way to store the record of an interaction between users that persists even after one user has been deleted? – Postgresql
I'm making a competitive two player game and after each game I store a record of that game that includes the score, player names and the date. I would like that if one of the users deletes their account the…