Skip to content

Commit af27794

Browse files
committed
Fix DROP VIEW statement is not constructed properly by the parser, Issue #36
Signed-off-by: Durgesh <007durgesh219@gmail.com>
1 parent cf246a3 commit af27794

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Statements/DropStatement.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ class DropStatement extends Statement
3939
'SCHEMA' => 1,
4040
'SERVER' => 1,
4141
'TABLE' => 1,
42+
'VIEW' => 1,
4243
'TABLESPACE' => 1,
4344
'TRIGGER' => 1,
4445

0 commit comments

Comments
 (0)