芝麻web文件管理V1.00
编辑当前文件:/home/projzpbv/www/wp-content/plugins/mailpoet/lib/Migrations/Db/Migration_20230503_210945.php
getTableName(SubscriberEntity::class); if (!$this->indexExists($subscribersTable, 'first_name')) { $this->connection->executeQuery( "ALTER TABLE `{$subscribersTable}` ADD INDEX `first_name` (`first_name`(10))" ); } if (!$this->indexExists($subscribersTable, 'last_name')) { $this->connection->executeQuery( "ALTER TABLE `{$subscribersTable}` ADD INDEX `last_name` (`last_name`(10))" ); } } }