Hello!
I need to extend AddColumn with an adicional field.
Why can't I just create an AddColumnExtension extending AddColumn with my adicional field, and annotate class with the same @DatabaseChange with higher priority value?
Or do I have to extend AbstractChange and create another tag? Since I need some AddColumn information it limitate my needs.