toBigInteger method

String toBigInteger ()

BIGINT equivalent column.

Implementation

String toBigInteger() {
  return "\$table->bigInteger('$this');";
}