Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
harrygulliford committed Oct 26, 2021
1 parent e33b3f1 commit be33ae8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Schema/Grammars/FirebirdGrammar.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ public function compileTableExists()
*/
public function compileColumnListing($table)
{
return 'select trim(rdb$field_name) as "column_name" '
."from rdb\$relation_fields where rdb\$relation_name = '$table'";
return "select trim(rdb\$field_name) as \"column_name\" from rdb\$relation_fields where rdb\$relation_name = '$table'";
}

/**
Expand Down

0 comments on commit be33ae8

Please sign in to comment.