how to represent inet column type of postgres for a GORM model?

Viewed 604

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?

0 Answers
Related