Skip to content

Commit 54d65c1

Browse files
committed
fix syntax
1 parent 42ec2b9 commit 54d65c1

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
@@ -53,7 +53,7 @@ public function compileTables($schema)
5353

5454
return
5555
'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\'' .
56+
'from information_schema.tables where table_type = \'BASE TABLE\' ' .
5757
'and table_schema in (' . $this->quoteString($schema) . ')';
5858
}
5959

0 commit comments

Comments
 (0)