Skip to content

Commit

Permalink
parser: implement drop view parse (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewDi authored and XuHuaiyu committed Dec 7, 2018
1 parent b006f4e commit 639797c
Show file tree
Hide file tree
Showing 4 changed files with 2,934 additions and 2,915 deletions.
1 change: 1 addition & 0 deletions ast/ddl.go
Original file line number Diff line number Diff line change
Expand Up @@ -550,6 +550,7 @@ type DropTableStmt struct {

IfExists bool
Tables []*TableName
IsView bool
}

// Restore implements Recoverable interface.
Expand Down
Loading

0 comments on commit 639797c

Please sign in to comment.