how one-to-one field in django reflected in database? I have two model: Neighbor and Neighbor_Info which has one-to-one field connection to Neighbor.
But In the database I don't see any reference field relation between this two table
So I wonder how the one-to-one relation reflected on database? (I use postgresql)