Skip to content

Commit 65ab161

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: databases/casing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Tables should use `PascalCase`
44

5-
PascalCase 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](query-collection-hierarchies.md).
66

77
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

0 commit comments

Comments
 (0)