diff options
-rw-r--r-- | src/Statements/DropStatement.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Statements/DropStatement.php b/src/Statements/DropStatement.php index 5110c9d..063146e 100644 --- a/src/Statements/DropStatement.php +++ b/src/Statements/DropStatement.php @@ -39,6 +39,7 @@ class DropStatement extends Statement 'SCHEMA' => 1, 'SERVER' => 1, 'TABLE' => 1, + 'VIEW' => 1, 'TABLESPACE' => 1, 'TRIGGER' => 1, |