'CURRENT_TIMESTAMP'])] private ?\DateTime $date_time ; public function __construct(string $sender, string $recipient, string $content){ $this->sender = strtolower($sender); $this->recipient = strtolower($recipient); $this->content = $content; $this->date_time = new \DateTime(); } }