I'm using Laravel eloquent to design my database.
Eloquent has a naming convention for naming a many to many polymorphic relations. If the initial table's name is comments, then the pivot table should be named commentable. If it is documents, then documentable and so on.
But how should I name my pivot table if the source table is companies?