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
In the form validation 'unique' checks the column value from the parent array's key and it has to be the same as the table's column name as well as the name of the input field.
This is a security bug. we have to fix that.
In the form validation 'unique' checks the column value from the parent array's
keyand it has to be the same as the table's column name as well as the name of the input field.This is a security bug. we have to fix that.