diff options
Diffstat (limited to 'src/Schema/Grammars/FirebirdGrammar.php')
| -rwxr-xr-x | src/Schema/Grammars/FirebirdGrammar.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Schema/Grammars/FirebirdGrammar.php b/src/Schema/Grammars/FirebirdGrammar.php index ebeefb0..17c03db 100755 --- a/src/Schema/Grammars/FirebirdGrammar.php +++ b/src/Schema/Grammars/FirebirdGrammar.php @@ -131,7 +131,7 @@ class FirebirdGrammar extends Grammar $table = str_replace('"', "'", $this->wrapTable($blueprint)); return sprintf( - "execute block as begin if (exists(%s)) then execute statement '%s'; end", + "set term #; execute block as begin if (exists(%s)) then execute statement '%s'; end set term ;#", $this->compileTableExists( '', $table), $this->compileDrop($blueprint, $command) ); |
