修正默认表名

This commit is contained in:
yunwuxin 2017-03-31 14:33:23 +08:00
parent 9188db6bc1
commit 8e489f8d38

View File

@ -59,7 +59,7 @@ abstract class PdoAdapter implements AdapterInterface
/**
* @var string
*/
protected $schemaTableName = 'phinxlog';
protected $schemaTableName = 'migrations';
/**
* @var \PDO