I find that when I insert nothing of a string form field through a form it captures it as an empty string ''.
However when I insert nothing of an integer form field through a form it captures it as [null].
Is this good practice? Should the string be null as well in the db?