toBigIncrements method

String toBigIncrements ()

Auto-incrementing UNSIGNED BIGINT (primary key) equivalent column.

Implementation

String toBigIncrements() {
  return "\$table->bigIncrements('$this');";
}