Difference between revisions of "Data model"

From mx Help Wiki
Jump to: navigation, search
m
Line 1: Line 1:
Not all foreign key relationships are shown! Highlights represent closer connections to the OTU model, the core data structure in mx.
 
  
To see the full schema generate a schema dump with the rake task:
+
 
 +
The [http://mx.phenomix.org/schema/ schema is available here].  See also [[Data dictionary]] and below.
 +
 
 +
----
 +
 
 +
You can also see the full schema used by Rails by dumping it via rake task like so:
  
 
   rake db:schema:dump
 
   rake db:schema:dump
 +
 +
----
 +
 +
The figure below highlights some of the connections to the OTU model.  not all foreign keys are shown.
  
 
[[File:Schema schematic.png]]
 
[[File:Schema schematic.png]]

Revision as of 08:55, 25 January 2011


The schema is available here. See also Data dictionary and below.


You can also see the full schema used by Rails by dumping it via rake task like so:

 rake db:schema:dump

The figure below highlights some of the connections to the OTU model. not all foreign keys are shown.

Error creating thumbnail: Unable to save thumbnail to destination
Personal tools