'timestamp', 'updated_at' => 'timestamp', ]; public function admin() { return $this->belongsTo(User::class, 'admin_id'); } }