getTable('ex_apps_routes'); if (!$table->hasColumn('bruteforce_protection')) { $table->addColumn('bruteforce_protection', Types::STRING, [ 'notnull' => false, 'length' => 512, ]); } return $schema; } }