ЕК
Schema::table('users', function (Blueprint $table) {
$table->unsignedBigInteger('room_id');
$table->foreign('room_id')->references('id')->on('rooms');
});
Таблицы users и rooms уже есть. В таблице rooms есть поле id