addSql('CREATE EXTENSION IF NOT EXISTS btree_gist'); } public function down(Schema $schema): void { $this->addSql('DROP EXTENSION btree_gist'); } }