<?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 Version20240523090526 extends AbstractMigration
{
public function getDescription(): string
{
return '';
}
public function up(Schema $schema): void
{
// this up() migration is auto-generated, please modify it to your needs
$this->addSql("INSERT INTO `dtb_block` (`id`, `device_type_id`, `block_name`, `file_name`, `use_controller`, `deletable`, `create_date`, `update_date`, `discriminator_type`) VALUES (NULL, '10', '地域別のサービス', 'region', '0', '1', '2024-05-23 02:58:17', '2024-05-23 02:58:17', 'block')");
$this->addSql("INSERT INTO `dtb_block` (`id`, `device_type_id`, `block_name`, `file_name`, `use_controller`, `deletable`, `create_date`, `update_date`, `discriminator_type`) VALUES (NULL, '10', '対応サービス', 'supported_services', '0', '1', '2024-05-23 03:05:20', '2024-05-23 03:05:20', 'block')");
$this->addSql("INSERT INTO `dtb_block` (`id`, `device_type_id`, `block_name`, `file_name`, `use_controller`, `deletable`, `create_date`, `update_date`, `discriminator_type`) VALUES (NULL, '10', 'お知らせ', 'notice', '0', '1', '2024-05-23 06:41:32', '2024-05-23 06:41:32', 'block')");
$this->addSql("INSERT INTO `dtb_block` (`id`, `device_type_id`, `block_name`, `file_name`, `use_controller`, `deletable`, `create_date`, `update_date`, `discriminator_type`) VALUES (NULL, '10', '遺品整理ドットコムとは', 'what_is', '0', '1', '2024-05-23 07:08:05', '2024-05-23 07:08:05', 'block')");
$this->addSql("INSERT INTO `dtb_block` (`id`, `device_type_id`, `block_name`, `file_name`, `use_controller`, `deletable`, `create_date`, `update_date`, `discriminator_type`) VALUES (NULL, '10', '人気業者ランキング', 'ranking', '0', '1', '2024-05-23 08:26:50', '2024-05-23 08:26:50', 'block')");
}
public function down(Schema $schema): void
{
// this down() migration is auto-generated, please modify it to your needs
}
}