Saving relationship timestamps not working
I have this checkbox but i noticed that its created_at and updated_at in curriculumAcademicTerms table is not working. I tried also doing soft deletes and deleted_at does not work.
CheckboxList::make('academic_term_id')
->label('Academic Term')
->relationship('curriculumAcademicTerms', 'curriculum_id')
->columnSpanFull()
->bulkToggleable()
->columns(3)
->gridDirection('row'),