MySQL Error 3107 – ER_GENERATED_COLUMN_NON_PRIOR

MySQL Error Message

Generated column can refer only to generated columns
defined prior to it.

Reason for the Error

To address this issue, change the table definition to define each
generated column later than any generated columns to which it
refers.