app/DoctrineMigrations/Version20240507074211.php line 1

Open in your IDE?
  1. <?php declare(strict_types=1);
  2. namespace DoctrineMigrations;
  3. use Doctrine\DBAL\Schema\Schema;
  4. use Doctrine\Migrations\AbstractMigration;
  5. /**
  6.  * Auto-generated Migration: Please modify to your needs!
  7.  */
  8. final class Version20240507074211 extends AbstractMigration
  9. {
  10.     public function up(Schema $schema): void
  11.     {
  12.         $this->addSql("INSERT INTO `dtb_block` (`device_type_id`, `block_name`, `file_name`, `use_controller`, `deletable`, `create_date`, `update_date`, `discriminator_type`) VALUES (10, 'ロゴ・サイト名', 'logo_new', 0, 1, '2024-05-02 07:48:55', '2024-05-02 07:48:55', 'block'),(10, 'ナビゲーションメニュー', 'navigation_menu', 0, 1, '2024-05-02 09:12:21', '2024-05-02 09:12:21', 'block'),(10, 'フッターNew', 'footer_new', 0, 1, '2024-05-03 01:49:46', '2024-05-03 01:49:46', 'block')");
  13.     }
  14.     public function down(Schema $schema): void
  15.     {
  16.         // this down() migration is auto-generated, please modify it to your needs
  17.     }
  18. }