Added LanguageId to gc_base_call model
This commit is contained in:
parent
ed3f089736
commit
c36c9eb809
@ -9,6 +9,7 @@ type BaseCall struct {
|
||||
CallType string `gorm:"index"`
|
||||
GenderPreference string
|
||||
ClientId int `gorm:"index"`
|
||||
LanguageId int
|
||||
CustomerDnis string
|
||||
CustomerAni string
|
||||
SearchStartTime *time.Time
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user