I don’t get it why is it that the relationship in my table is inverted? and how would I set the Foreign key to auto increment? so that when I insert a data in my parent table the primary key in my child table will also increment.
And Why is it in my diagram the relationship is inverted, here have a look

It is supposed to be the other way around, how would I do that?
I honestly wouldn’t bother trying to make the UI bend to your requirements. Instead, let’s learn some DDL!
Example of data population. Let’s say you want to add a new person named Bob who has two addresses.