1
0
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:
Vladimir Mihailenco
2023-01-21 12:14:00 +02:00
parent b5016bdc7a
commit 44465cd278
17 changed files with 3867 additions and 1629 deletions

View File

@ -2,6 +2,7 @@ package chtype
const (
Any = "_" // for decoding into interface{}
Bool = "Bool"
String = "String"
UUID = "UUID"
Int8 = "Int8"