'datetime', 'updated_at' => 'datetime', ]; public function creator() { return $this->belongsTo(User::class, 'created_by'); } public function getCharacterCountAttribute() { return strlen($this->content); } }