I am trying to use inet column type of postgres for one of my GORM models
my application is a gin-gonic based micro-service which is backed by GORM package for ORM. The default GORM postgres dialect doesn't support this datatype currently. What is the recommended way to do this?