Timestaps Laravel sur la table de pivot

return $this->belongsToMany('TableModelClassName')->using('PivotTableModelClassName')->withTimestamps();
Alberto Peripolli