toForeignId method
Alias of $table->unsignedBigInteger('user_id')
Implementation
String toForeignId() {
return "\$table->foreignId('$this');";
}
Alias of $table->unsignedBigInteger('user_id')
String toForeignId() {
return "\$table->foreignId('$this');";
}