toBigIncrements method
Auto-incrementing UNSIGNED BIGINT (primary key) equivalent column.
Implementation
String toBigIncrements() {
return "\$table->bigIncrements('$this');";
}
Auto-incrementing UNSIGNED BIGINT (primary key) equivalent column.
String toBigIncrements() {
return "\$table->bigIncrements('$this');";
}