'int', 'child_user_payment_option_id' => 'int' ]; protected $fillable = [ 'parent_user_payment_option_id', 'child_user_payment_option_id' ]; public function user_payment_option() { return $this->belongsTo(UserPaymentOption::class, 'parent_user_payment_option_id'); } }