andrewabest / Conventional

A suite of convention specifications for enforcing type and style conventions in your codebase
Microsoft Public License
97 stars 29 forks source link

Column nullability #32

Closed teyc closed 8 years ago

teyc commented 8 years ago

NB. for a conflict-free experience, this should be merged after constraint-names PR.

At current engagement, all tables have CreatedDateTime and UpdatedDateTime. The specification calls for UpdatedDateTime to be NULL initially. This convention helps me ensure CreatedDateTime is NOT NULLable, and UpdatedDateTime is NULLable.

andrewabest commented 8 years ago

:shipit: another quality database convention. Thanks @teyc :)