create("Group", function (Blueprint $table){ $table->id(); $table->string('password'); $table->rememberToken(); });