package models type Jwt struct { Jwt_id uint `gorm:"primaryKey"` User_id uint User User `gorm:"references:User_id"` }