Made models

This commit is contained in:
neerholt
2021-03-03 11:41:09 +01:00
parent 1808b0eca7
commit 48cc98d8a0
9 changed files with 22 additions and 11 deletions
-1
View File
@@ -12,5 +12,4 @@ Capsule::schema()->create("Group", function (Blueprint $table){
$table->integer("votes")->nullable();
$table->foreignId("fkPassword")->constrained("Password");
$table->foreignId("fkGameData")->nullable()->constrained("GameData");
$table->timestamp();
});