Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

1
  • Agreed, with the caveat that a 15 might be an appropriate entry for a check constraint or even added to a separate table with a foreign key constraint depending on what it represents. Only the OP can determine that, though. Constraints and Defaults exist to enforce data integrity so they should be utilized as a secondary check to your code (where appropriate). Commented Nov 2, 2016 at 15:15