芝麻web文件管理V1.00
编辑当前文件:/home/mgatv524/public_html/fmd/db/migrations/20181113173310_remove_finance_module_migration.php
. */ use Phinx\Migration\AbstractMigration; /** * Class RemoveFinanceModuleMigration */ class RemoveFinanceModuleMigration extends AbstractMigration { /** @inheritdoc */ public function change() { // Delete the finance module from the modules table. $this->execute('DELETE FROM module WHERE `module` = \'finance\''); } }