Hello,
I have a Time type column on a table. I have set it to ¨no null¨. When I enter a null value the column stores a 00:00:00 value.
How can I do to store just an empty value, so that the user have the choice to don't enter any time and display no time when the record is displayed?
Actually, the important part for me is displaying no value, I really don't mind what it is stored, but I dont want to loose the option of storing a ¨midnight value.
thanks,
I have a Time type column on a table. I have set it to ¨no null¨. When I enter a null value the column stores a 00:00:00 value.
How can I do to store just an empty value, so that the user have the choice to don't enter any time and display no time when the record is displayed?
Actually, the important part for me is displaying no value, I really don't mind what it is stored, but I dont want to loose the option of storing a ¨midnight value.
thanks,
Comment