Follow these ten data modeling guidelines to make sure that your application database design is accurate, usable and scalable.
Datatypes
Each value in the database has a datatype, which associates a set of properties with it – for example, a DATE column can accept dates only, not strings or numbers. Datatypes may be built-in or user-defined.