Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
AilinKid committed Mar 13, 2020
1 parent fdd8d3c commit 8f6e068
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions model/ddl.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ var actionMap = map[ActionType]string{
ActionCreateSequence: "create sequence",
ActionAlterSequence: "alter sequence",
ActionDropSequence: "drop sequence",
ActionModifyTableAutoIncCache: "modify auto increment cache",
}

// String return current ddl action in string
Expand Down

0 comments on commit 8f6e068

Please sign in to comment.