Created
March 31, 2021 07:39
-
-
Save cozingo/59b1871834f8c7e3f2cd7e2f67fdcc65 to your computer and use it in GitHub Desktop.
hasOne & belongsTo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-------- ----------- | |
- User - - Phone - | |
-------- ----------- | |
- - - user_id - | |
-------- ----------- | |
user->hasOne(phone) | |
phone->belongsTo(user) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment