We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42ec2b9 commit 54d65c1Copy full SHA for 54d65c1
src/Schema/Grammar.php
@@ -53,7 +53,7 @@ public function compileTables($schema)
53
54
return
55
'select `table_name` as name, `table_type` as type, `parent_table_name` as parent `table_schema` as `schema` ' .
56
- 'from information_schema.tables where table_type = \'BASE TABLE\'' .
+ 'from information_schema.tables where table_type = \'BASE TABLE\' ' .
57
'and table_schema in (' . $this->quoteString($schema) . ')';
58
}
59
0 commit comments