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 a95e49c commit 40cfed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ast/ast.go
Original file line number Diff line number Diff line change
Expand Up @@ -1843,7 +1843,7 @@ type ChangeStreamForTables struct {

// ChangeStreamForTable table node in CREATE CHANGE STREAM SET FOR
//
// .TableName{{if .Columns}}({{.Columns | sqlJoin ","}}){{end}}
// {{.TableName | sql}}{{if .Columns}}({{.Columns | sqlJoin ","}}){{end}}
type ChangeStreamForTable struct {
// pos = TableName.pos
// end = TableName.end || Rparen + 1
Expand Down

0 comments on commit 40cfed7

Please sign in to comment.