We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87b7625 commit a95ded1Copy full SHA for a95ded1
1 file changed
src/pages/postgraphile/postgresql-schema-design.md
@@ -150,7 +150,7 @@ but also the most fundamental part of your schema design.
150
151
> **Note:** We prefer singular identifers like `forum_example.person` over
152
> `forum_example.people` because when you create a table, it is like you are
153
-> creating a class in a statically typed language. Classes have singular names
+> creating a class in an object-oriented language. Classes have singular names
154
> like “Person” while collections will often have plural names like “People.”
155
> Table as a class is a better analogy than table as a collection because
156
> Postgres itself will internally call tables “classes.”
0 commit comments