toLongText method

String toLongText ()

LONGTEXT equivalent column.

Implementation

String toLongText() {
  return "\$table->longText('$this');";
}