charset method

ColumnDefinition charset(
  1. String charset
)

Specifies the character set for the column.

Implementation

ColumnDefinition charset(String charset) {
  _charsetValue = charset;
  return this;
}