diff --git a/type.go b/type.go index be5aa2a1..86048225 100644 --- a/type.go +++ b/type.go @@ -54,7 +54,7 @@ func (s *SQLType) IsNumeric() bool { } func (s *SQLType) IsJson() bool { - return s.Name == Json + return s.Name == Json || s.Name == Jsonb } var (