package model type Company struct { ID int64 `json:"id" gorm:"primaryKey"` }