addSql('DROP INDEX IDX_90E4736AF5B7AF75'); $this->addSql('CREATE UNIQUE INDEX uniq_90e4736af5b7af75 ON chill_main_location (address_id)'); } public function getDescription(): string { return 'Location entity: change Address to ManyToOne'; } public function up(Schema $schema): void { $this->addSql('DROP INDEX uniq_90e4736af5b7af75'); $this->addSql('CREATE INDEX IDX_90E4736AF5B7AF75 ON chill_main_location (address_id)'); } }