toForeignId method

String toForeignId ()

Alias of $table->unsignedBigInteger('user_id')

Implementation

String toForeignId() {
  return "\$table->foreignId('$this');";
}