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