Nullable JSON Field Mapping in GORM
When using GORM to deal with mapping between DB table’s fields to their corresponding struct’s properties, most of the time we can rely on its built-in conventions to just define a simple model struct.
For these nullable fields with common types, int...
wpding.hashnode.dev3 min read