designing default data for integer column

  • 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?

  • As far as I can see at this moment, there is no problem with the "0" value if you take care to update the field according to your needs or if you insert the correct data...Can you be more specific about your application / process?

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply