The Problem
- It's tempting to use a custom Mapping again
- That won't work:
- At map() time, the target database object hasn't been created (the new row hasn't been inserted)
- In order to create the game_edits row, we'd need the id of the new game row, which we don't have
- Catch-22!