Advertisement
Guest User

Untitled

a guest
Mar 18th, 2019
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. public function movies() {
  2. return $this->belongsToMany(MovieModel::class, "actors_relationship", 'actor_id', 'media_id')->wherePivot("media_type", AdminHelper::TYPE_MOVIES['value'])->withTimestamps();
  3. }
  4.  
  5. id actor_title
  6.  
  7. id movie_title
  8.  
  9. id series_title
  10.  
  11. id anime_title
  12.  
  13. id actor_id media_id media_type
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement