diff --git a/Backend/Database/Group.php b/Backend/Database/Group.php new file mode 100644 index 0000000..3129b31 --- /dev/null +++ b/Backend/Database/Group.php @@ -0,0 +1,12 @@ +create("Group", function ($tabel){ + $tabel->id(); + $tabel->string("groupName"); + $tabel->int("groupAmount"); + $tabel->int("votes"); +}); \ No newline at end of file