Tango.info v2 naming conventions

From tango.info wiki
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