Database schema standards
From Joomla! Documentation
(Difference between revisions)
(→Table Naming Conventions) |
|||
| Line 3: | Line 3: | ||
* Table names should always go in plural form, e.g.: users, sessions, usergroups, etc. | * 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 | * Cross referencing table names should always reflect multiplicity, e.g.: 1 to N: user_sessions, M to N: users_usergroups | ||
| + | <nowiki><math>Masukkan teks yang tidak akan diformat di sini</m | ||
| + | ---- | ||
| + | a--~~~~<nowiki><math>Masukkan teks yang tidak akan diformat di sini</math>[[File:[Contoh.jpg][http://www.example.c'''Teks ini akan dicetak tebal'''om judul pranala]]]</nowiki>th>[[Judul pranala]]</nowiki> | ||
== Field Naming Conventions == | == Field Naming Conventions == | ||
Revision as of 10:42, 15 March 2012
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
<math>Masukkan teks yang tidak akan diformat di sini</m ---- a--~~~~<nowiki><math>Masukkan teks yang tidak akan diformat di sini</math>[[File:[Contoh.jpg][http://www.example.c'''Teks ini akan dicetak tebal'''om judul pranala]]]th>Judul pranala</nowiki>
Field Naming Conventions
Field Type Recommendations
| This article is a stub and needs to be expanded. If you can provide information or finish this article you're welcome to do so. Please remove this message afterwards or replace with {{inuse}} while making major edits. - Thank you. |