when using pivot tables with additional fields, it does not allow me to create the record since I must declare it as fillable ... how could I declare the additional field as fillable?
Suppose we have the Student table and the Course table and a pivot table Student_Course
Table: Curso_Estudiante
----------------------------------------
| curso_id | estudiante_id | descripcion
course_id and student_id are added without problem but the field description I can not attach () since I must declare it as fillable somewhere