In this blog post, let’s learn about the error message “357 Dependent table for view view-name has been altered.” in Hydra and the description of the error.
Error Message
357 Dependent table for view view-name has been altered.
Error Details
The view is based on data from a table that has been altered since the view was defined. The alteration removed or renamed a column that is used in the view. The view can no longer be used. Drop the view, and redefine it to use the current schema.
Leave a Reply