getTableName(StatisticsUnsubscribeEntity::class); if (!$this->columnExists($tableName, 'method')) { $this->connection->executeStatement(" ALTER TABLE {$tableName} ADD method varchar(40) NOT NULL DEFAULT 'unknown' "); } } }