Made models
This commit is contained in:
@@ -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();
|
||||
});
|
||||
Reference in New Issue
Block a user