create("has_voted", function (Blueprint $table){ $table->id(); $table->timestamps(); });