修正默认表名
This commit is contained in:
parent
9188db6bc1
commit
8e489f8d38
|
@ -59,7 +59,7 @@ abstract class PdoAdapter implements AdapterInterface
|
|||
/**
|
||||
* @var string
|
||||
*/
|
||||
protected $schemaTableName = 'phinxlog';
|
||||
protected $schemaTableName = 'migrations';
|
||||
|
||||
/**
|
||||
* @var \PDO
|
||||
|
|
Loading…
Reference in New Issue
Block a user