Sha256: 0dd0a9083c3c990c5de118b0f467baa7df712cee7a9ba1bde05d8e53b6f020c2
Contents?: true
Size: 505 Bytes
Versions: 13
Compression:
Stored size: 505 Bytes
Contents
# Logical Data Model ![logical data model view](../rendered/apps/data.logical.svg) ```plantuml @startuml scale 0.65 ' avoid problems with angled crows feet skinparam linetype ortho class TKTK_Example { * id : integer <<generated>> } @enduml ``` ### Notes * See the help docs for [Entity Relationship Diagram](https://plantuml.com/ie-diagram) and [Class Diagram](https://plantuml.com/class-diagram) for syntax help. * We're using the `*` visibility modifier to denote fields that cannot be `null`.
Version data entries
13 entries across 13 versions & 1 rubygems