summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Statements/DropStatement.php1
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,