execute($sql); } /** * {@inheritdoc} */ public function down() { $this->dropTable("city"); return true; } }