toInteger method

String toInteger ()

INTEGER equivalent column.

Implementation

String toInteger() {
  return "\$table->integer('$this');";
}