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