Skip to content

Commit

Permalink
Update ast/ast.go
Browse files Browse the repository at this point in the history
Co-authored-by: Hiroya Fujinami <[email protected]>
  • Loading branch information
nktks and makenowjust authored Sep 21, 2023
1 parent 40cfed7 commit f4073f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ast/ast.go
Original file line number Diff line number Diff line change
Expand Up @@ -1848,9 +1848,10 @@ type ChangeStreamForTable struct {
// pos = TableName.pos
// end = TableName.end || Rparen + 1

Rparen token.Pos // position of ")"

TableName *Ident
Columns []*Ident
Rparen token.Pos // position of ")"
}

// ChangeStreamOptions is OPTIONS clause node in CREATE CHANGE STREAM.
Expand Down

0 comments on commit f4073f7

Please sign in to comment.