Skip to content

Commit 424cc71

Browse files
committed
fix query
1 parent 54d65c1 commit 424cc71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Schema/Grammar.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public function compileTables($schema)
5252
}
5353

5454
return
55-
'select `table_name` as name, `table_type` as type, `parent_table_name` as parent `table_schema` as `schema` ' .
55+
'select `table_name` as name, `table_type` as type, `parent_table_name` as parent, `table_schema` as `schema` ' .
5656
'from information_schema.tables where table_type = \'BASE TABLE\' ' .
5757
'and table_schema in (' . $this->quoteString($schema) . ')';
5858
}

0 commit comments

Comments
 (0)