MySQL Error 3108 – ER_DEPENDENT_BY_GENERATED_COLUMN

MySQL Error Message

Column ‘%s’ has a generated column dependency.

Reason for the Error

You cannot drop or rename a generated column if another column
refers to it. You must either drop those columns as well, or
redefine them not to refer to the generated column.