// dot 2.26.3 on Linux 3.2.0-4-686-pae
// SchemaSpy rev 590
digraph "impliedTwoDegreesRelationshipsDiagram" {
graph [
rankdir="RL"
bgcolor="#f7f7f7"
label="\nGenerated by SchemaSpy"
labeljust="l"
nodesep="0.18"
ranksep="0.46"
fontname="Helvetica"
fontsize="11"
];
node [
fontname="Helvetica"
fontsize="11"
shape="plaintext"
];
edge [
arrowsize="0.8"
];
"mail":"account_id":w -> "account":"account_id.type":e [arrowhead=none dir=back arrowtail=crowodot style=dashed];
"mail":"channel_id":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot style=dashed];
"mail":"id":w -> "verify":"elipses":e [arrowhead=none dir=back arrowtail=teeodot style=dashed];
"account" [
label=<
account |
account_id | int unsigned[10] |
account_parent | int unsigned[10] |
account_default_channel | int unsigned[10] |
account_salt | char[32] |
account_password | char[255] |
account_email | char[255] |
account_external | char[255] |
account_language | char[16] |
account_created | datetime[19] |
account_lastlog | datetime[19] |
account_flags | int unsigned[10] |
account_roles | int unsigned[10] |
account_reset | char[255] |
account_expires | datetime[19] |
account_expire_notified | datetime[19] |
account_service_class | char[32] |
account_level | int unsigned[10] |
account_password_changed | datetime[19] |
< 0 | 1 row | 1 > |
>
URL="account.html"
tooltip="account"
];
"channel" [
label=<
>
URL="channel.html"
tooltip="channel"
];
"mail" [
label=<
mail |
id |
convid |
mail_flags |
from_xchan |
to_xchan |
account_id |
channel_id |
title |
body |
sig |
attach |
mid |
parent_mid |
mail_deleted |
mail_replied |
mail_isreply |
mail_seen |
mail_recalled |
mail_obscured |
created |
expires |
< 3 | 7 rows | |
>
URL="mail.html"
tooltip="mail"
];
"verify" [
label=<
>
URL="verify.html"
tooltip="verify"
];
}