DESC table_with_generated_column; SHOW CREATE TABLE table_with_generated_column; If generated expression in DDL references bad column, throw error; If alter table change/drop column dependent by other columns, throw error; if alter table change/modify generated columns, throw error if needs.