SetCharset sets the charset of the FieldType.
(charset string)
| 307 | |
| 308 | // SetCharset sets the charset of the FieldType. |
| 309 | func (ft *FieldType) SetCharset(charset string) { |
| 310 | ft.charset = charset |
| 311 | } |
| 312 | |
| 313 | // SetCollate sets the collation of the FieldType. |
| 314 | func (ft *FieldType) SetCollate(collate string) { |
no outgoing calls