mirror of
https://github.com/yiisoft/yii2.git
synced 2025-12-17 05:00:54 +08:00
Fixes #2552.
This commit is contained in:
@@ -368,7 +368,7 @@ SQL;
|
|||||||
}
|
}
|
||||||
|
|
||||||
$sql = <<<SQL
|
$sql = <<<SQL
|
||||||
SELECT [t].[table]
|
SELECT [t].[table_name]
|
||||||
FROM [information_schema].[tables] AS [t]
|
FROM [information_schema].[tables] AS [t]
|
||||||
WHERE [t].[table_schema] = :schema AND [t].[table_type] = 'BASE TABLE'
|
WHERE [t].[table_schema] = :schema AND [t].[table_type] = 'BASE TABLE'
|
||||||
SQL;
|
SQL;
|
||||||
|
|||||||
Reference in New Issue
Block a user