summaryrefslogtreecommitdiffstats
path: root/src/Statements/DropStatement.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Statements/DropStatement.php')
-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 2713c9b..202d5e0 100644
--- a/src/Statements/DropStatement.php
+++ b/src/Statements/DropStatement.php
@@ -32,6 +32,7 @@ class DropStatement extends Statement
'VIEW' => 1,
'TABLESPACE' => 1,
'TRIGGER' => 1,
+ 'USER' => 1,
'TEMPORARY' => 2,
'IF EXISTS' => 3,