If I need to change a concat value for a VirtualAs column, Skipper generates a migration that fails: 'Changing the STORED status' is not supported for generated columns'
Instead this column should be deleted and added?
If not, how do I recover from this without having to break my earlier migrations?