[2025-01-13 17:16:32] production.ERROR: SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'd_user_password_resets' already exists (SQL: create table `d_user_password_resets` (`id` bigint unsigned not null auto_increment primary key, `user_id` bigint unsigned not null comment 'ユーザーＩＤ', `password_reset_token` varchar(100) not null comment 'パスワード変更確認トークン', `created_at` timestamp not null default CURRENT_TIMESTAMP comment '作成日時', `created_by` bigint unsigned not null comment '作成者ID', `updated_at` timestamp not null default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP comment '更新日時', `updated_by` bigint unsigned not null comment '更新者ID', `deleted_at` timestamp null comment '削除日時', `deleted_by` bigint unsigned null comment '削除者ID') default character set utf8 collate 'utf8_general_ci') {"exception":"[object] (Illuminate\\Database\\QueryException(code: 42S01): SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'd_user_password_resets' already exists (SQL: create table `d_user_password_resets` (`id` bigint unsigned not null auto_increment primary key, `user_id` bigint unsigned not null comment 'ユーザーＩＤ', `password_reset_token` varchar(100) not null comment 'パスワード変更確認トークン', `created_at` timestamp not null default CURRENT_TIMESTAMP comment '作成日時', `created_by` bigint unsigned not null comment '作成者ID', `updated_at` timestamp not null default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP comment '更新日時', `updated_by` bigint unsigned not null comment '更新者ID', `deleted_at` timestamp null comment '削除日時', `deleted_by` bigint unsigned null comment '削除者ID') default character set utf8 collate 'utf8_general_ci') at /home/rezvgtcr/public_html/test3-src/src/vendor/laravel/framework/src/Illuminate/Database/Connection.php:664, Doctrine\\DBAL\\Driver\\PDOException(code: 42S01): SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'd_user_password_resets' already exists at /home/rezvgtcr/public_html/test3-src/src/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:119, PDOException(code: 42S01): SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'd_user_password_resets' already exists at /home/rezvgtcr/public_html/test3-src/src/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:117)
[stacktrace]
#0 /home/rezvgtcr/public_html/test3-src/src/vendor/laravel/framework/src/Illuminate/Database/Connection.php(624): Illuminate\\Database\\Connection->runQueryCallback('create table `d...', Array, Object(Closure))
#1 /home/rezvgtcr/public_html/test3-src/src/vendor/laravel/framework/src/Illuminate/Database/Connection.php(459): Illuminate\\Database\\Connection->run('create table `d...', Array, Object(Closure))
#2 /home/rezvgtcr/public_html/test3-src/src/vendor/laravel/framework/src/Illuminate/Database/Schema/Blueprint.php(97): Illuminate\\Database\\Connection->statement('create table `d...')
#3 /home/rezvgtcr/public_html/test3-src/src/vendor/laravel/framework/src/Illuminate/Database/Schema/Builder.php(278): Illuminate\\Database\\Schema\\Blueprint->build(Object(Illuminate\\Database\\MySqlConnection), Object(Illuminate\\Database\\Schema\\Grammars\\MySqlGrammar))
#4 /home/rezvgtcr/public_html/test3-src/src/vendor/laravel/framework/src/Illuminate/Database/Schema/Builder.php(167): Illuminate\\Database\\Schema\\Builder->build(Object(Illuminate\\Database\\Schema\\Blueprint))
#5 /home/rezvgtcr/public_html/test3-src/src/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(239): Illuminate\\Database\\Schema\\Builder->create('d_user_password...', Object(Closure))
#6 /home/rezvgtcr/public_html/test3-src/src/database/migrations/2020_02_12_193249_create_d_user_password_resets_table.php(30): Illuminate\\Support\\Facades\\Facade::__callStatic('create', Array)
#7 /home/rezvgtcr/public_html/test3-src/src/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(387): CreateDUserPasswordResetsTable->up()
#8 /home/rezvgtcr/public_html/test3-src/src/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(396): Illuminate\\Database\\Migrations\\Migrator->Illuminate\\Database\\Migrations\\{closure}()
#9 /home/rezvgtcr/public_html/test3-src/src/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(197): Illuminate\\Database\\Migrations\\Migrator->runMigration(Object(CreateDUserPasswordResetsTable), 'up')
#10 /home/rezvgtcr/public_html/test3-src/src/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(162): Illuminate\\Database\\Migrations\\Migrator->runUp('/home/rezvgtcr/...', 3, false)
#11 /home/rezvgtcr/public_html/test3-src/src/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(109): Illuminate\\Database\\Migrations\\Migrator->runPending(Array, Array)
#12 /home/rezvgtcr/public_html/test3-src/src/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php(71): Illuminate\\Database\\Migrations\\Migrator->run(Array, Array)
#13 [internal function]: Illuminate\\Database\\Console\\Migrations\\MigrateCommand->handle()
#14 /home/rezvgtcr/public_html/test3-src/src/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(32): call_user_func_array(Array, Array)
#15 /home/rezvgtcr/public_html/test3-src/src/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(90): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()
#16 /home/rezvgtcr/public_html/test3-src/src/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(34): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#17 /home/rezvgtcr/public_html/test3-src/src/vendor/laravel/framework/src/Illuminate/Container/Container.php(576): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#18 /home/rezvgtcr/public_html/test3-src/src/vendor/laravel/framework/src/Illuminate/Console/Command.php(183): Illuminate\\Container\\Container->call(Array)
#19 /home/rezvgtcr/public_html/test3-src/src/vendor/symfony/console/Command/Command.php(255): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#20 /home/rezvgtcr/public_html/test3-src/src/vendor/laravel/framework/src/Illuminate/Console/Command.php(170): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#21 /home/rezvgtcr/public_html/test3-src/src/vendor/symfony/console/Application.php(934): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#22 /home/rezvgtcr/public_html/test3-src/src/vendor/symfony/console/Application.php(273): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Database\\Console\\Migrations\\MigrateCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#23 /home/rezvgtcr/public_html/test3-src/src/vendor/symfony/console/Application.php(149): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#24 /home/rezvgtcr/public_html/test3-src/src/vendor/laravel/framework/src/Illuminate/Console/Application.php(90): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#25 /home/rezvgtcr/public_html/test3-src/src/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(133): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#26 /home/rezvgtcr/public_html/test3-src/src/artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#27 {main}
"} 
[2025-01-13 17:17:41] production.INFO: array (
  'title' => 'お客様と未来のことを考えた家づくり | KIYOSUのしごと',
  'robots' => 
  array (
    'index' => 'index',
    'follow' => 'follow',
    'max-snippet' => 'max-snippet:-1',
    'max-image-preview' => 'max-image-preview:large',
    'max-video-preview' => 'max-video-preview:-1',
  ),
  'canonical' => 'https://test2.kiyosu-shigoto.jp/kiyosulike/post-198.html',
  'og_locale' => 'ja_JP',
  'og_type' => 'article',
  'og_title' => 'お客様と未来のことを考えた家づくり | KIYOSUのしごと',
  'og_description' => '&nbsp; 若い世代の人口も増えてきている清須市。地域に根付き「家づくり」を行っている中田工務店の中田さんに、話を聞いてみました。 主に、建物のリフォームや、新築工事などの家づくりをするだけでなく、雨どいの修理や網戸の [&hellip;]',
  'og_url' => 'https://test2.kiyosu-shigoto.jp/kiyosulike/post-198.html',
  'og_site_name' => 'KIYOSUのしごと',
  'article_modified_time' => '2025-01-13T06:30:52+00:00',
  'og_image' => 
  array (
    0 => 
    array (
      'width' => 1500,
      'height' => 1000,
      'url' => '/storage/kiyosulike/IMG_6557-945x630.jpg',
      'type' => 'image/jpeg',
    ),
  ),
  'twitter_card' => 'summary_large_image',
  'twitter_misc' => 
  array (
    '推定読み取り時間' => '7分',
  ),
  'schema' => 
  array (
    '@context' => 'https://schema.org',
    '@graph' => 
    array (
      0 => 
      array (
        '@type' => 'WebPage',
        '@id' => 'https://test2.kiyosu-shigoto.jp/kiyosulike/post-198.html',
        'url' => 'https://test2.kiyosu-shigoto.jp/kiyosulike/post-198.html',
        'name' => 'お客様と未来のことを考えた家づくり | KIYOSUのしごと',
        'isPartOf' => 
        array (
          '@id' => 'https://test2.kiyosu-shigoto.jp/#website',
        ),
        'primaryImageOfPage' => 
        array (
          '@id' => 'https://test2.kiyosu-shigoto.jp/kiyosulike/post-198.html#primaryimage',
        ),
        'image' => 
        array (
          '@id' => 'https://test2.kiyosu-shigoto.jp/kiyosulike/post-198.html#primaryimage',
        ),
        'thumbnailUrl' => 'https://test2.kiyosu-shigoto.jp/conts/wp-content/uploads/2025/01/IMG_6557-945x630.jpg',
        'datePublished' => '2025-01-11T12:34:41+00:00',
        'dateModified' => '2025-01-13T06:30:52+00:00',
        'breadcrumb' => 
        array (
          '@id' => 'https://test2.kiyosu-shigoto.jp/kiyosulike/post-198.html#breadcrumb',
        ),
        'inLanguage' => 'ja',
        'potentialAction' => 
        array (
          0 => 
          array (
            '@type' => 'ReadAction',
            'target' => 
            array (
              0 => 'https://test2.kiyosu-shigoto.jp/kiyosulike/post-198.html',
            ),
          ),
        ),
      ),
      1 => 
      array (
        '@type' => 'ImageObject',
        'inLanguage' => 'ja',
        '@id' => 'https://test2.kiyosu-shigoto.jp/kiyosulike/post-198.html#primaryimage',
        'url' => 'https://test2.kiyosu-shigoto.jp/conts/wp-content/uploads/2025/01/IMG_6557.jpg',
        'contentUrl' => 'https://test2.kiyosu-shigoto.jp/conts/wp-content/uploads/2025/01/IMG_6557.jpg',
        'width' => 1500,
        'height' => 1000,
      ),
      2 => 
      array (
        '@type' => 'BreadcrumbList',
        '@id' => 'https://test2.kiyosu-shigoto.jp/kiyosulike/post-198.html#breadcrumb',
        'itemListElement' => 
        array (
          0 => 
          array (
            '@type' => 'ListItem',
            'position' => 1,
            'name' => 'ホーム',
            'item' => 'https://test2.kiyosu-shigoto.jp/',
          ),
          1 => 
          array (
            '@type' => 'ListItem',
            'position' => 2,
            'name' => '清須びとINTERVIEW',
            'item' => 'https://test2.kiyosu-shigoto.jp/kiyosulike',
          ),
          2 => 
          array (
            '@type' => 'ListItem',
            'position' => 3,
            'name' => 'お客様と未来のことを考えた家づくり',
          ),
        ),
      ),
      3 => 
      array (
        '@type' => 'WebSite',
        '@id' => 'https://test2.kiyosu-shigoto.jp/#website',
        'url' => 'https://test2.kiyosu-shigoto.jp/',
        'name' => 'KIYOSUのしごと',
        'description' => '',
        'potentialAction' => 
        array (
          0 => 
          array (
            '@type' => 'SearchAction',
            'target' => 
            array (
              '@type' => 'EntryPoint',
              'urlTemplate' => 'https://test2.kiyosu-shigoto.jp/?s={search_term_string}',
            ),
            'query-input' => 
            array (
              '@type' => 'PropertyValueSpecification',
              'valueRequired' => true,
              'valueName' => 'search_term_string',
            ),
          ),
        ),
        'inLanguage' => 'ja',
      ),
    ),
  ),
)  
[2025-01-13 17:18:04] production.INFO: array (
  'title' => '人がテーマのあったかいパン屋 | KIYOSUのしごと',
  'robots' => 
  array (
    'index' => 'index',
    'follow' => 'follow',
    'max-snippet' => 'max-snippet:-1',
    'max-image-preview' => 'max-image-preview:large',
    'max-video-preview' => 'max-video-preview:-1',
  ),
  'canonical' => 'https://test2.kiyosu-shigoto.jp/kiyosulike/post-204.html',
  'og_locale' => 'ja_JP',
  'og_type' => 'article',
  'og_title' => '人がテーマのあったかいパン屋 | KIYOSUのしごと',
  'og_description' => '&nbsp; 住んでいる街に行きつけの場所ができたら、今日はちょっと寄り道して顔を見て帰ろう。そんな場所になっているパン屋のパン ド クエットのパン職人のクエさんと、奥さんのくみさんに、お店のことや清須のことを聞いてみま [&hellip;]',
  'og_url' => 'https://test2.kiyosu-shigoto.jp/kiyosulike/post-204.html',
  'og_site_name' => 'KIYOSUのしごと',
  'article_modified_time' => '2025-01-13T06:14:11+00:00',
  'og_image' => 
  array (
    0 => 
    array (
      'width' => 1500,
      'height' => 1000,
      'url' => '/storage/kiyosulike/IMG_7433-945x630.jpg',
      'type' => 'image/jpeg',
    ),
  ),
  'twitter_card' => 'summary_large_image',
  'twitter_misc' => 
  array (
    '推定読み取り時間' => '7分',
  ),
  'schema' => 
  array (
    '@context' => 'https://schema.org',
    '@graph' => 
    array (
      0 => 
      array (
        '@type' => 'WebPage',
        '@id' => 'https://test2.kiyosu-shigoto.jp/kiyosulike/post-204.html',
        'url' => 'https://test2.kiyosu-shigoto.jp/kiyosulike/post-204.html',
        'name' => '人がテーマのあったかいパン屋 | KIYOSUのしごと',
        'isPartOf' => 
        array (
          '@id' => 'https://test2.kiyosu-shigoto.jp/#website',
        ),
        'primaryImageOfPage' => 
        array (
          '@id' => 'https://test2.kiyosu-shigoto.jp/kiyosulike/post-204.html#primaryimage',
        ),
        'image' => 
        array (
          '@id' => 'https://test2.kiyosu-shigoto.jp/kiyosulike/post-204.html#primaryimage',
        ),
        'thumbnailUrl' => 'https://test2.kiyosu-shigoto.jp/conts/wp-content/uploads/2025/01/IMG_7433-945x630.jpg',
        'datePublished' => '2025-01-12T08:41:07+00:00',
        'dateModified' => '2025-01-13T06:14:11+00:00',
        'breadcrumb' => 
        array (
          '@id' => 'https://test2.kiyosu-shigoto.jp/kiyosulike/post-204.html#breadcrumb',
        ),
        'inLanguage' => 'ja',
        'potentialAction' => 
        array (
          0 => 
          array (
            '@type' => 'ReadAction',
            'target' => 
            array (
              0 => 'https://test2.kiyosu-shigoto.jp/kiyosulike/post-204.html',
            ),
          ),
        ),
      ),
      1 => 
      array (
        '@type' => 'ImageObject',
        'inLanguage' => 'ja',
        '@id' => 'https://test2.kiyosu-shigoto.jp/kiyosulike/post-204.html#primaryimage',
        'url' => 'https://test2.kiyosu-shigoto.jp/conts/wp-content/uploads/2025/01/IMG_7433.jpg',
        'contentUrl' => 'https://test2.kiyosu-shigoto.jp/conts/wp-content/uploads/2025/01/IMG_7433.jpg',
        'width' => 1500,
        'height' => 1000,
      ),
      2 => 
      array (
        '@type' => 'BreadcrumbList',
        '@id' => 'https://test2.kiyosu-shigoto.jp/kiyosulike/post-204.html#breadcrumb',
        'itemListElement' => 
        array (
          0 => 
          array (
            '@type' => 'ListItem',
            'position' => 1,
            'name' => 'ホーム',
            'item' => 'https://test2.kiyosu-shigoto.jp/',
          ),
          1 => 
          array (
            '@type' => 'ListItem',
            'position' => 2,
            'name' => '清須びとINTERVIEW',
            'item' => 'https://test2.kiyosu-shigoto.jp/kiyosulike',
          ),
          2 => 
          array (
            '@type' => 'ListItem',
            'position' => 3,
            'name' => '人がテーマのあったかいパン屋',
          ),
        ),
      ),
      3 => 
      array (
        '@type' => 'WebSite',
        '@id' => 'https://test2.kiyosu-shigoto.jp/#website',
        'url' => 'https://test2.kiyosu-shigoto.jp/',
        'name' => 'KIYOSUのしごと',
        'description' => '',
        'potentialAction' => 
        array (
          0 => 
          array (
            '@type' => 'SearchAction',
            'target' => 
            array (
              '@type' => 'EntryPoint',
              'urlTemplate' => 'https://test2.kiyosu-shigoto.jp/?s={search_term_string}',
            ),
            'query-input' => 
            array (
              '@type' => 'PropertyValueSpecification',
              'valueRequired' => true,
              'valueName' => 'search_term_string',
            ),
          ),
        ),
        'inLanguage' => 'ja',
      ),
    ),
  ),
)  
