... | ... | @@ -6,4 +6,4 @@ |
|
|
|
|
|
- All database names, table names, column names and keys must be in `snake_case` form, where in any compound words or phrases, the words are separated with one underscore character `_` and no spaces, with each word's initial letter lowercased.
|
|
|
|
|
|
- All database tables that represent a collection must be plural. |
|
|
\ No newline at end of file |
|
|
- All database names, table names, column names and keys that represent a collection must be plural. |
|
|
\ No newline at end of file |