digraph Site {
rankdir = "LR";
ranksep = "0.5";
nodesep = "0.4";
pad = "0.4,0.4";
margin = "0,0";
concentrate = "true";
labelloc = "t";
fontsize = "13";
fontname = "Arial Bold";
node[ shape = "Mrecord" , fontsize = "10" , fontname = "Arial" , margin = "0.07,0.05" , penwidth = "1.0"];
edge[ fontname = "Arial" , fontsize = "7" , dir = "both" , arrowsize = "0.9" , penwidth = "1.0" , labelangle = "32" , labeldistance = "1.8"];
label = "Site domain model\n\n";
"m_ActiveRecord::SessionStore::Session" [label = <
| ActiveRecord::SessionStore::Session |
|
| data text |
| session_id string ∗ |
>];
m_Blogpost [label = <
|
| content text ∗ |
| title string ∗ |
>];
m_Comment [label = <
|
| content text ∗ |
| user_editor_id integer |
>];
m_Forum [label = <
|
| name string |
| position integer |
>];
m_Forumgroup [label = <
|
| name string ∗ |
| position integer ∗ |
>];
m_Forumthread [label = <
|
| content text ∗ |
| locked boolean |
| sticky boolean |
| title string ∗ |
>];
m_RegisterToken [label = <
|
| email string ∗ |
| token string (6) ∗ |
>];
m_Role [label = <
|
| name string |
| value integer |
>];
m_Threadreply [label = <
|
>];
m_User [label = <
|
| about text |
| confirmed boolean |
| donor boolean |
| email string ∗ |
| email_token string ∗ |
| ign string ∗ |
| last_ip string |
| last_seen datetime |
| name string ∗ |
| password_digest string ∗ |
| skype string |
| skype_public boolean |
| twitter string |
| uuid string ∗ |
| youtube string |
| youtube_channelname string |
>];
m_User -> m_Blogpost [arrowhead = "normal", arrowtail = "none", weight = "1"];
m_User -> m_Blogpost [arrowhead = "normal", arrowtail = "none", weight = "1"];
m_Blogpost -> m_Comment [arrowhead = "normal", arrowtail = "none", weight = "2"];
m_User -> m_Comment [arrowhead = "normal", arrowtail = "none", weight = "1"];
m_Forumgroup -> m_Forum [arrowhead = "normal", arrowtail = "none", weight = "2"];
m_Role -> m_Forumgroup [arrowhead = "normal", arrowtail = "none", weight = "1"];
m_Role -> m_Forumgroup [arrowhead = "normal", arrowtail = "none", weight = "1"];
m_Forum -> m_Forumthread [arrowhead = "normal", arrowtail = "none", weight = "2"];
m_Role -> m_Forum [arrowhead = "normal", arrowtail = "none", weight = "1"];
m_Role -> m_Forum [arrowhead = "normal", arrowtail = "none", weight = "1"];
m_User -> m_Forumthread [arrowhead = "normal", arrowtail = "none", weight = "1"];
m_User -> m_Forumthread [arrowhead = "normal", arrowtail = "none", weight = "1"];
m_Forumthread -> m_Threadreply [arrowhead = "normal", arrowtail = "none", weight = "2"];
m_User -> m_Threadreply [arrowhead = "normal", arrowtail = "none", weight = "1"];
m_User -> m_Threadreply [arrowhead = "normal", arrowtail = "none", weight = "1"];
m_Role -> m_User [arrowhead = "normal", arrowtail = "none", weight = "2"];
m_User -> m_Blogpost [arrowhead = "normal", arrowtail = "none", weight = "1"];
m_User -> m_Comment [arrowhead = "normal", arrowtail = "none", weight = "1"];
}