Archived

Difference between revisions of "Database schema standards"

From Joomla! Documentation

Line 8: Line 8:
  
 
== Field Type Recommendations ==
 
== Field Type Recommendations ==
 +
 +
[[Category:Stubs]][[Category:Working Groups]]

Revision as of 07:33, 19 September 2010

This page has been archived. This page contains information for an unsupported Joomla! version or is no longer relevant. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Table Naming Conventions[edit]

  • Table names should always go in plural form, e.g.: users, sessions, usergroups, etc.
  • Cross referencing table names should always reflect multiplicity, e.g.: 1 to N: user_sessions, M to N: users_usergroups

Field Naming Conventions[edit]

Field Type Recommendations[edit]