1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
===================================
Octavia Entity Relationship Diagram
===================================
Below is the current Octavia database data model.
* Solid stars are primary key columns.
* Hollow stars are foreign key columns.
* Items labeled as "PROPERTY" are data model relationships and are not
present in the database.
.. only:: html
Click to enlarge the diagram.
.. image:: erd.svg
:width: 660px
:target: ../../_images/erd.svg
.. only:: latex
.. image:: erd.svg
:width: 660px
|