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 3a795ea commit b82b66dCopy full SHA for b82b66d
Sources/StructuredQueriesCore/Documentation.docc/Articles/DefiningYourSchema.md
@@ -482,7 +482,7 @@ struct Event {
482
### Enum tables
483
484
It is possible to use enums as a domain modeling tool for your table schema, which can help you
485
-emulate "inheritance" for you tables without having the burden of using reference types.
+emulate "inheritance" for your tables without having the burden of using reference types.
486
487
As an example, suppose you have a table that represents attachments that can be associated with
488
other tables, and an attachment can either be a link, a note or an image. One way to model this
0 commit comments