We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c0d486 commit 32a2c44Copy full SHA for 32a2c44
ast/ast.go
@@ -2391,7 +2391,7 @@ type DropProtoBundle struct {
2391
// {{if .PrimaryKeys}}PRIMARY KEY ({{.PrimaryKeys | sqlJoin ","}}){{end}}
2392
// {{.Cluster | sqlOpt}}
2393
// {{.CreateRowDeletionPolicy | sqlOpt}}
2394
-// {{.Options | sqlOpt}}
+// {{if .Options}}, {{.Options | sqlOpt}}{{end}}
2395
//
2396
// Spanner SQL allows to mix `Columns` and `TableConstraints` and `Synonyms`,
2397
// however they are separated in AST definition for historical reasons. If you want to get
0 commit comments