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
when you submit a form and fields are not required –if the type is text– the values are an empty string.
the getField function replace these empty string value by a null value which breaks the SQL schema of NOT NULL if the definition is VARCHAR