What actions trigger changes to the updateAt column in the video table?

Just for curious, I want to understand what behavior trigger the changes of the updateAt parameter.

I went to read the source code but didn’t fully understand it due to my lack of ability.

Does it change when the information related to this video(such as comment, likes, dislikes and video tag) is modified?

Does anyone know anything about this?

Thanks!

Hello,

It’s updated when one of the video DB attribute changed so likes, dislikes, tags but not comments even if it doesn’t seem to be consistent. Don’t hesitate to create an issue on github :slight_smile:

Thanks for reply!

When I have other confusion about the source code, I will create an issue on github.