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