Append Text instead of replacing

Guys,

It might be a simple question but I’m working on something that every action that the user takes I need to save in a database field type LONGTEXT. Something like a log.

The problem is that when I do a model->save() it replaces what I had in the database.

I don’t want to replace, I want to add the action, in other words, I want to append.

I’m not sure how to implement that. Any idea?

Never mind. Stupid question. I was able to make it here.