games tábla migráció frissítése
This commit is contained in:
parent
e012020a27
commit
88dc284801
@ -18,6 +18,7 @@ return new class extends Migration
|
||||
$table->timestamps();
|
||||
$table->unsignedBigInteger('player');
|
||||
$table->integer('numberOfHits');
|
||||
$table->foreign('player')->references('id')->on('users');
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user