Skip to content

Commit 32a2c44

Browse files
apstndbmakenowjust
andauthored
Fix doc comment of CreateTable
Co-authored-by: Hiroya Fujinami <make.just.on@gmail.com>
1 parent 9c0d486 commit 32a2c44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ast/ast.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2391,7 +2391,7 @@ type DropProtoBundle struct {
23912391
// {{if .PrimaryKeys}}PRIMARY KEY ({{.PrimaryKeys | sqlJoin ","}}){{end}}
23922392
// {{.Cluster | sqlOpt}}
23932393
// {{.CreateRowDeletionPolicy | sqlOpt}}
2394-
// {{.Options | sqlOpt}}
2394+
// {{if .Options}}, {{.Options | sqlOpt}}{{end}}
23952395
//
23962396
// Spanner SQL allows to mix `Columns` and `TableConstraints` and `Synonyms`,
23972397
// however they are separated in AST definition for historical reasons. If you want to get

0 commit comments

Comments
 (0)