:pepehi: @opinst

bitte ändere das ROW_FORMAT der Tabelle noch auf DYNAMIC via:

ALTER TABLE isys_cats_person_list ROW_FORMAT=DYNAMIC;

Ansonsten sollte die Spalte so hinzugefügt werden:

ALTER TABLE `isys_cats_person_list` ADD `isys_cats_person_list__unmigrated_password` tinyint(1) NOT NULL DEFAULT 0;