mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-13 04:38:03 +08:00
added SchemaTest
This commit is contained in:
@@ -227,7 +227,7 @@ class Schema extends \yii\db\Schema
|
||||
$tableNames = array();
|
||||
foreach($tables as $table) {
|
||||
// do not list system tables
|
||||
if ($table['TYPE'] !== 0) {
|
||||
if ($table['TYPE'] != 0) {
|
||||
$tableNames[] = $table['NAME'];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user