Database schema standards

From Joomla! Documentation

Jump to: navigation, search

Table Naming Conventions

  • 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

Field Type Recommendations

Personal tools