I'm trying to register a user but in his table there is a foreign key attached to another table.
My problem is that this foreign key is referencing the address table, but I do not yet have an address for this user, I want it to be able to register later when you want.
What can I do at the time of registration?
I already tried to leave the default value as null
and 0 but it did not work.