'integer', ]; /* Optional relationship */ public function firstParentUser() { return $this->belongsTo(User::class, 'firstparent_id'); } }