In this blog post, let’s learn about the error message “370 Cannot drop last column.” in Hydra and the description of the error.
Error Message
370 Cannot drop last column.
Error Details
This ALTER TABLE DROP statement would drop every column from the table. At least one column must be retained. Revise the statement to leave one column. Or if you do not want the table at all, use DROP TABLE to remove it.
Leave a Reply