The reason for this error is that the conditional constraint of a field in the model class is int, but a string type is given, so an error is reported. Just find the field of that model class and modify it accordingly
The reason for this error is that the conditional constraint of a field in the model class is int, but a string type is given, so an error is reported. Just find the field of that model class and modify it accordingly