We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de1742d commit 04885aeCopy full SHA for 04885ae
1 file changed
main.go.tmpl
@@ -53,6 +53,7 @@
53
{{- set $typeMap "int64" "number" -}}
54
{{- set $typeMap "float32" "number" -}}
55
{{- set $typeMap "float64" "number" -}}
56
+{{- set $typeMap "bigint" "number" -}}
57
{{- set $typeMap "string" "string" -}}
58
{{- set $typeMap "timestamp" "string" -}}
59
{{- set $typeMap "map" "object" -}}
0 commit comments