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