You've already forked go-clickhouse
mirror of
https://github.com/uptrace/go-clickhouse.git
synced 2025-07-15 01:04:19 +02:00
chore: improve code gen
This commit is contained in:
@ -2,6 +2,7 @@ package chtype
|
||||
|
||||
const (
|
||||
Any = "_" // for decoding into interface{}
|
||||
Bool = "Bool"
|
||||
String = "String"
|
||||
UUID = "UUID"
|
||||
Int8 = "Int8"
|
||||
|
Reference in New Issue
Block a user