I have a model with a json column. As usual I have $casts = ['json_column' => 'array'] in the model definition, but for some reason every time I try to save/update the model I get this error
Value of type STRING cannot be assigned to data, which has type JSON