create("Group", function (Blueprint $table){ $table->id(); $table->string('keyWord'); $table->foreignId("fkGroup")->constrained("Group"); });