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