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