comment method

ColumnDefinition comment(
  1. String comment
)

Set column comment

Implementation

ColumnDefinition comment(String comment) {
  _comment = comment;
  return this;
}