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