belongsToMany(Role::class, "role_has_permission", "permission_id", "role_id")->withTimestamps(); } }