Add Expiring Soon
This commit is contained in:
@@ -34,6 +34,7 @@ type LicenseGetAll struct {
|
||||
PartnerName string `gorm:"type:varchar(255);not null"`
|
||||
LicenseStatus string `gorm:"type:string(255);not null"`
|
||||
CreatedByName string `gorm:"type:string(255);not null"`
|
||||
DaysToExpire int64 `gorm:"type:bigint"`
|
||||
}
|
||||
|
||||
func (License) TableName() string {
|
||||
|
||||
Reference in New Issue
Block a user