Pivot 테이블(중간 테이블)의 자동으로 유지되는 created_at, updated_at 타임 스탬프를 가지기 원한다면, withTimestamps 메소드를 사용하면 됩니다.
withTimestamps
return $this->belongsToMany('App\\Role')->withTimestamps();
0개 댓글
0개 댓글