<?php declare(strict_types=1);
namespace DoctrineMigrations;
use Doctrine\DBAL\Schema\Schema;
use Doctrine\Migrations\AbstractMigration;
/**
* Auto-generated Migration: Please modify to your needs!
*/
final class Version20240507074211 extends AbstractMigration
{
public function up(Schema $schema): void
{
$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')");
}
public function down(Schema $schema): void
{
// this down() migration is auto-generated, please modify it to your needs
}
}