I have two models Poll and DuplicatePoll
with the respective tables:
Schema::create(\'polls\', function (Blueprint $table) { $table->id();