A
Size: a a a
A
ЕК
A
ЕК
y
y
y
y
ЕК
A
ЕК
ЕК
A
y
Schema::table('users', function (Blueprint $table) {
$table->unsignedBigInteger('room_id')
->nullable();
$table->foreign('room_id')->references('id')->on('rooms');
});
A
Schema::table('users', function (Blueprint $table) {
$table->unsignedBigInteger('room_id')
->nullable();
$table->foreign('room_id')->references('id')->on('rooms');
});
ЕК
Schema::table('users', function (Blueprint $table) {
$table->unsignedBigInteger('room_id')
->nullable();
$table->foreign('room_id')->references('id')->on('rooms');
});
A
ЕК
y
y