This commit is contained in:
+1
-1
@@ -91,7 +91,7 @@ func determineType(typ reflect.Type) string {
|
||||
switch typStr {
|
||||
case "string":
|
||||
return "TEXT"
|
||||
case "int":
|
||||
case "int", "bool":
|
||||
return "INTEGER"
|
||||
case "time.Time", "int64":
|
||||
return "BIGINT"
|
||||
|
||||
Reference in New Issue
Block a user