comment method

TableDefinition comment(
  1. String comment
)

Implementation

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