// this up() migration is auto-generated, please modify it to your needs
$this->abortIf($this->connection->getDatabasePlatform()->getName()!=='mysql','Migration can only be executed safely on \'mysql\'.');
$this->addSql('CREATE TABLE amap_prestataire (amap_id INT NOT NULL, prestataire_id INT NOT NULL, INDEX IDX_2B4E626652AA66E8 (amap_id), INDEX IDX_2B4E6266BE3DB2B7 (prestataire_id), PRIMARY KEY(amap_id, prestataire_id)) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci ENGINE = InnoDB');