This is a good way to simplify some of your queries, and make them faster, and god forbid when you need to filter or sort on a value in a json column.
Generated (or virtual) columns are not commonly used in projects I've worked on. Having a perfect use case for one recently, I decided to write up an article explaining them a bit more and showing how they work out of the box within #laravel 👇 www.grizzlypumpkin.com/dev-den/the-... #database