File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Sources/StructuredQueriesCore/Documentation.docc/Articles Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -481,8 +481,8 @@ struct Event {
481
481
482
482
### Enum tables
483
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 your tables without having the burden of using reference types.
484
+ It is possible to use enums as a domain modeling tool for your table schema, which can help you
485
+ emulate "inheritance" for your tables without having the burden of using reference types.
486
486
487
487
As an example, suppose you have a table that represents attachments that can be associated with
488
488
other tables, and an attachment can either be a link, a note or an image. One way to model this
You can’t perform that action at this time.
0 commit comments