Laravel mass update enum column to different value through Tinker
I'm trying to do a mass-update of an enum column's value in my Laravel 9 project through tinker, my model is called Domain and I have an enum column called status with different values. I'd like to select all entries…