addSql($sql); } public function down(Schema $schema): void { $this->addSql("DROP TABLE registration;"); } }