operator + method
Concat this string db value with other,
other may be StringField or String
Implementation
StringField operator +(other) => concat(other);
Concat this string db value with other,
other may be StringField or String
StringField operator +(other) => concat(other);