Created by: mnort9
When creating/updating a new resource, blank fields save as empty strings. This PR sets blank fields to nil instead. In most cases, nil is the desired value for the db over an empty string, so nil is the more sensible default.
Ref #441 (closed)