芝麻web文件管理V1.00
编辑当前文件:/home/projzpbv/www/wp-content/plugins/mailpoet/lib/Migrations/Db/Migration_20240617_122847_Db.php
getTableName(ScheduledTaskEntity::class); $newColumn = 'cancelled_at'; if ($this->columnExists($scheduledTasksTable, $newColumn)) { return; } $this->connection->executeQuery( "ALTER TABLE `{$scheduledTasksTable}` ADD COLUMN `{$newColumn}` TIMESTAMP NULL DEFAULT NULL" ); } }