Database date fields - Naming Convention
Posted
by Mark
on Stack Overflow
See other posts from Stack Overflow
or by Mark
Published on 2010-06-17T01:55:08Z
Indexed on
2010/06/17
2:02 UTC
Read the original article
Hit count: 254
database-design
|naming-conventions
What's a good way of naming date/datetime fields? Can't decide if I want to use things like expiry_date, end_tme, created_on, or simply expires, modified.
© Stack Overflow or respective owner