mirror of
https://github.com/astaxie/beego.git
synced 2025-07-06 01:50:19 +00:00
Proposal to #2952
This commit is contained in:
@ -49,7 +49,7 @@ func (e *SliceStringField) String() string {
|
||||
}
|
||||
|
||||
func (e *SliceStringField) FieldType() int {
|
||||
return TypeCharField
|
||||
return TypeVarCharField
|
||||
}
|
||||
|
||||
func (e *SliceStringField) SetRaw(value interface{}) error {
|
||||
|
Reference in New Issue
Block a user