SQLSTATE[42S22]: Column not found: 1054 Unknown column 'locations' in 'field list'
update
`users`
SET
`phone` =,
`is_active` = 1,
`locations` = [ "25" ],
...
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'locations' in 'field list'
update
`users`
SET
`phone` =,
`is_active` = 1,
`locations` = [ "25" ],
...