Skip to content

Commit c3f83af

Browse files
author
Greg Bowler
authored
Update casing.md
1 parent 7413283 commit c3f83af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

databases/casing.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Casing
22

3-
## Tables should use `snake_case`
3+
## Tables should use `PascalCase`
44

5-
Snake case allows for tables to clearly identify their relationship within the [[query collection hierarchies]].
5+
PascalCase allows for tables to clearly identify their relationship within the [[query collection hierarchies]].
66

7-
When naming junction tables, the use of underscores separates the table names from the relationship, as in `student_in_class` and `product_in_category`.
7+
An exception can be made when naming junction tables. The use of underscores can be used to separate the table names from the relationship, as in `Student_in_Class` and `Product_in_Category`.
88

99
## Columns should use `camelCase`
1010

0 commit comments

Comments
 (0)