Saving TextInputColumn in a different table

I need a way to save value in a different table rather than the static model. IT makes the update in the default model.
Solution
then use something like
TextInputColumn::make('applications.screening_mark')
Was this page helpful?