'Laravel seeding date and foreign key

I have some struggles to seed foreign key at this table:

enter image description here

with this factory:

enter image description here

and this seeder:

enter image description here

I usually get this error:

enter image description here

I have tried to comment those fields at the table and just to make some posts without them and then I get the same error just for the field 'updated_at'.

Any ideas on how to solve this? :D

Thanks!



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source