In my opinion a Pivot requires the $table->timestamps(); fields to support the ->withTimestamps(); function.
Also i would prefer an id field as primary key (First normal form).
Additionally a combined index between the relational id's would be a benefit for performance.
Correct me if I'm wrong