I have an application where a field is defined as an integer. The field can have integer values ranging from 0 to 10. But, this value may evolve with the application. My questions is if I have 0 has the default value it may not be right because 0 is some valid data. Hence, what shall I put as default for this NOT NULL column?