create("Group", function ($tabel){ $tabel->id(); $tabel->string("groupName"); $tabel->int("groupAmount"); $tabel->int("votes"); });