From 8e489f8d38a39876690c0e00fcf9a54ae92c4d3d Mon Sep 17 00:00:00 2001 From: yunwuxin <448901948@qq.com> Date: Fri, 31 Mar 2017 14:33:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E9=BB=98=E8=AE=A4=E8=A1=A8?= =?UTF-8?q?=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- phinx/src/Phinx/Db/Adapter/PdoAdapter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phinx/src/Phinx/Db/Adapter/PdoAdapter.php b/phinx/src/Phinx/Db/Adapter/PdoAdapter.php index e1e8e9c..9924c3a 100644 --- a/phinx/src/Phinx/Db/Adapter/PdoAdapter.php +++ b/phinx/src/Phinx/Db/Adapter/PdoAdapter.php @@ -59,7 +59,7 @@ abstract class PdoAdapter implements AdapterInterface /** * @var string */ - protected $schemaTableName = 'phinxlog'; + protected $schemaTableName = 'migrations'; /** * @var \PDO