In case the FixUrlRule found by the where argument doesn't exist, create a new FixUrlRule with this data.
Optionalomit?: FixUrlRuleOmit<ExtArgs> | nullOmit specific fields from the FixUrlRule
Optionalselect?: FixUrlRuleSelect<ExtArgs> | nullSelect specific fields to fetch from the FixUrlRule
In case the FixUrlRule was found with the provided where argument, update it with this data.
The filter to search for the FixUrlRule to update in case it exists.
FixUrlRule upsert