package models import "gorm.io/gorm" type UserIp struct { gorm.Model UserId uint IpAddress string }