GetCollate returns the collation of the field.
()
| 220 | |
| 221 | // GetCollate returns the collation of the field. |
| 222 | func (ft *FieldType) GetCollate() string { |
| 223 | return ft.collate |
| 224 | } |
| 225 | |
| 226 | // GetElems returns the elements of the FieldType. |
| 227 | func (ft *FieldType) GetElems() []string { |
no outgoing calls