toBoolean method

String toBoolean ()

BOOLEAN equivalent column.

Implementation

String toBoolean() {
  return "\$table->boolean('$this');";
}