X-Git-Url: http://git.pippins.net/embedvideo/.git/static/git-logo.png?a=blobdiff_plain;f=sql%2Fschema.dot;h=cbd156a4bf92d27a643db673dc3cf3076383f725;hb=6164e3a3c2d19b4e1d718ccafd7dddf6da27d270;hp=d53f0b6c96c70d8a2e881fa58022584ab6e26b06;hpb=67b802629eb336cdec0eb8212a9ca2474377fe8f;p=eq%2F.git diff --git a/sql/schema.dot b/sql/schema.dot index d53f0b6..cbd156a 100644 --- a/sql/schema.dot +++ b/sql/schema.dot @@ -27,11 +27,11 @@ digraph schema { shape = "record" ]; companionship [ - label = "companionship|| companionship| district| valid" + label = "companionship|| companionship| district| type| valid" shape = "record" ]; district [ - label = "district|| district| supervisor| valid" + label = "district|| district| leader| valid" shape = "record" ]; individual [ @@ -47,7 +47,7 @@ digraph schema { shape = "record" ]; interview [ - label = "interview|| interview| interviewer| individual| date| notes| interview_type" + label = "interview|| interview| interviewer| individual| date| notes| type" shape = "record" ]; presidency [ @@ -55,7 +55,7 @@ digraph schema { shape = "record" ]; visit [ - label = "visit|| visit| family| companionship| companion1| companion2| date| notes| visited| visit_type" + label = "visit|| visit| family| companionship| companion1| companion2| date| notes| visited| type" shape = "record" ]; willingness [ @@ -83,7 +83,7 @@ digraph schema { shape = "record" ]; district_sandbox [ - label = "district_sandbox|| district| supervisor" + label = "district_sandbox|| district| leader" shape = "record" ]; companion_sandbox [ @@ -91,7 +91,7 @@ digraph schema { shape = "record" ]; companionship_sandbox [ - label = "companionship_sandbox|| companionship| district" + label = "companionship_sandbox|| companionship| tc_companionship| district" shape = "record" ]; family_sandbox [ @@ -115,7 +115,7 @@ digraph schema { companionship:d -> district:d - district:s -> individual:i + district:l -> individual:i individual:sp -> scheduling_priority:sp @@ -146,9 +146,10 @@ digraph schema { accomplishment:i -> individual:i accomplishment:t -> task:t - district_sandbox:s -> individual:i + district_sandbox:l -> individual:i companion_sandbox:i -> individual:i companion_sandbox:cp -> companionship_sandbox:cp + companionship_sandbox:tcp -> companionship:c companionship_sandbox:d -> district_sandbox:d family_sandbox:tcf -> family:f family_sandbox:i -> individual:i