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
The empty string '' is a valid non-NULL value in MySQL. The function nullify used to check args for sql queries should not change this. Columns defined as VARCHAR(n) NOT NULL will error when trying to set the value to NULL but properly work for ''.
The text was updated successfully, but these errors were encountered:
The empty string '' is a valid non-NULL value in MySQL. The function nullify used to check args for sql queries should not change this. Columns defined as VARCHAR(n) NOT NULL will error when trying to set the value to NULL but properly work for ''.
The text was updated successfully, but these errors were encountered: