Example 4: Mapping an Attribute to a New Row with a To-one Relationship
- In the legacy database, we stored the id of the user who submitted a game
- In the new database, we're tracking all edits to games
- Submission of a new game becomes a special case of that
- Create a new game_edits row with no edited_field or new_value