Mostly by luck I was able to resolve it this way:
// create column
$database->execute('ALTER TABLE ' . $tableName . ' ADD ' . $columnName . ' text');
Mostly by luck I was able to resolve it this way:
// create column
$database->execute('ALTER TABLE ' . $tableName . ' ADD ' . $columnName . ' text');