create("Group", function (Blueprint $table){ $table->id(); $table->string("gameLink"); $table->boolean("isWebBased"); });