From 04295ae6d434835fd59d015a3e471186df85cc11 Mon Sep 17 00:00:00 2001 From: "sosuke.iwabuchi" Date: Fri, 22 Mar 2024 21:42:07 +0900 Subject: [PATCH] =?UTF-8?q?migration=E3=83=86=E3=83=BC=E3=83=96=E3=83=AB?= =?UTF-8?q?=E5=90=8D=E3=81=AE=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/database.php b/config/database.php index 1baa9c9..19c06d2 100644 --- a/config/database.php +++ b/config/database.php @@ -116,7 +116,7 @@ return [ | */ - 'migrations' => 'migrations', + 'migrations' => 'tbl3_migrations', /* |--------------------------------------------------------------------------