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"`
|
CallType string `gorm:"index"`
|
||||||
GenderPreference string
|
GenderPreference string
|
||||||
ClientId int `gorm:"index"`
|
ClientId int `gorm:"index"`
|
||||||
|
LanguageId int
|
||||||
CustomerDnis string
|
CustomerDnis string
|
||||||
CustomerAni string
|
CustomerAni string
|
||||||
SearchStartTime *time.Time
|
SearchStartTime *time.Time
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user