Which field types accept NULL charactersIssue Which fields accept NULLs and which don't?ReleaseAnyResolutionOnly the Time, Boolean, and Currency fields need to have a value (and will insert a non-null value into the database). All other field types will allow NULLs in the database.