Skip to content

Instantly share code, notes, and snippets.

@cozingo
Created March 31, 2021 07:39
Show Gist options
  • Save cozingo/59b1871834f8c7e3f2cd7e2f67fdcc65 to your computer and use it in GitHub Desktop.
Save cozingo/59b1871834f8c7e3f2cd7e2f67fdcc65 to your computer and use it in GitHub Desktop.
hasOne & belongsTo
-------- -----------
- 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