Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0f4223e873 | |||
| faca742f5f |
@@ -19,6 +19,7 @@ type BaseCall struct {
|
||||
IvrData *int
|
||||
UtsEntries int
|
||||
InterpreterCount int
|
||||
Status string
|
||||
}
|
||||
|
||||
func (BaseCall) TableName() string {
|
||||
@@ -66,7 +67,7 @@ type CallStat struct {
|
||||
ClientId int `gorm:"index"`
|
||||
CustomerDnis string
|
||||
CustomerAni string
|
||||
SearchStartTime time.Time
|
||||
SearchStartTime *time.Time
|
||||
P1ConnectTime time.Time `gorm:"index"`
|
||||
P1DisconnectTime time.Time `gorm:"index"`
|
||||
BookingRequestNumber *int `gorm:"index"`
|
||||
|
||||
Reference in New Issue
Block a user