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 20, 2023
1 parent e2af6c0 commit f2ec7b3
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 @@ -1811,7 +1811,8 @@ type CreateChangeStream struct {
// pos = Create
// end = Options.end || For.end

Create token.Pos // position of "CREATE" keyword
Create token.Pos // position of "CREATE" keyword

Name *Ident
For ChangeStreamFor
Options *ChangeStreamOptions
Expand Down

0 comments on commit f2ec7b3

Please sign in to comment.