79723429

Date: 2025-08-02 14:42:53
Score: 1.5
Natty:
Report link

As suggested here https://stackoverflow.com/a/73525890 you can let the database set the timestamp using the insertable and updatable Column options:

#[ORM\Column(insertable: false, updatable: false)]
private \DateTime $my_date;
Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Salvador