I have an EmployeeSkill model and the table is employee_skills, columns are id, employee_id, skill_id
When creating a user, I can assign multiple skills and I want to assign all skills id for the specific user id in the employee_skills table.
I have the Employees and Skill models.