Tango.info v2 naming conventions

From tango.info wiki
Revision as of 2011-10-13T19:16:12 by Tobiasco (talk | contribs) (Created page with "Database: * tables are named like classes, e.g. UpperCase, EventType * columns are named like fields, e.g. lowerCase * tables that link two tables with each other are named with ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Database:

  • tables are named like classes, e.g. UpperCase, EventType
  • columns are named like fields, e.g. lowerCase
  • tables that link two tables with each other are named with underscore, e.g. EventType_Event