Rank 2: Process
I potential found a bug or is there something I am missing?
I created 2 tables.
User and Coins
User has a one to one relation to Coins
When attempting to create a entry in User with the relational object for Coins while the creation of the User entry throws an error the Coin object is still created.
I expect if the User row cant be created, that also the Coin row wont be created.