Browse Source

migrationテーブル名の変更

develop
sosuke.iwabuchi 1 year ago
parent
commit
04295ae6d4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      config/database.php

+ 1
- 1
config/database.php View File

@@ -116,7 +116,7 @@ return [
|
*/

'migrations' => 'migrations',
'migrations' => 'tbl3_migrations',

/*
|--------------------------------------------------------------------------


Loading…
Cancel
Save