芝麻web文件管理V1.00
编辑当前文件:/home/projzpbv/www/wp-content/plugins/mailpoet/lib/Migrations/Db/Migration_20230111_130000.php
getTableName(StatisticsUnsubscribeEntity::class); if (!$this->columnExists($tableName, 'method')) { $this->connection->executeStatement(" ALTER TABLE {$tableName} ADD method varchar(40) NOT NULL DEFAULT 'unknown' "); } } }