You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 4, 2024. It is now read-only.
"schema.yaml"
In my table there is a reference to another table which has the word "mail".
reproduction steps
execute ./yii gii/api to generate code and update model
bug
For the automatically generated rules, this attribute is checked to ensure that it is a valid email.
The check is incorrect mainly because it is a reference to the primaryKey from another table. It is therefore clearly an integer and obviously cannot be validated for email