|
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
|
2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" |
|
3 "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> |
|
4 <!-- Generated by graphviz version 2.26.3 (20100126.1600) |
|
5 --> |
|
6 <!-- Title: G Pages: 1 --> |
|
7 <svg width="468pt" height="131pt" |
|
8 viewBox="0.00 0.00 468.00 131.29" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> |
|
9 <g id="graph1" class="graph" transform="scale(0.89313 0.89313) rotate(0) translate(4 143)"> |
|
10 <title>G</title> |
|
11 <polygon fill="white" stroke="white" points="-4,5 -4,-143 521,-143 521,5 -4,5"/> |
|
12 <!-- message --> |
|
13 <g id="node1" class="node"><title>message</title> |
|
14 <polygon fill="none" stroke="black" points="8,-25.5 8,-118.5 98,-118.5 98,-25.5 8,-25.5"/> |
|
15 <text text-anchor="start" x="36.5" y="-109.367" font-family="Bitstream-Vera Sans" font-size="7.00">message</text> |
|
16 <polygon fill="none" stroke="black" points="9,-103 9,-105 97,-105 97,-103 9,-103"/> |
|
17 <text text-anchor="start" x="11" y="-95.8667" font-family="Bitstream-Vera Sans" font-size="7.00">- id : INTEGER</text> |
|
18 <text text-anchor="start" x="11" y="-84.8667" font-family="Bitstream-Vera Sans" font-size="7.00">- recipient : VARCHAR</text> |
|
19 <text text-anchor="start" x="11" y="-73.8667" font-family="Bitstream-Vera Sans" font-size="7.00">- isBilled : BOOLEAN</text> |
|
20 <text text-anchor="start" x="11" y="-62.8667" font-family="Bitstream-Vera Sans" font-size="7.00">- date : DATETIME</text> |
|
21 <text text-anchor="start" x="11" y="-51.8667" font-family="Bitstream-Vera Sans" font-size="7.00">- price : NUMERIC(8, 2)</text> |
|
22 <text text-anchor="start" x="11" y="-40.8667" font-family="Bitstream-Vera Sans" font-size="7.00">- job : INTEGER</text> |
|
23 <text text-anchor="start" x="11" y="-29.8667" font-family="Bitstream-Vera Sans" font-size="7.00">- offer : VARCHAR</text> |
|
24 </g> |
|
25 <!-- job --> |
|
26 <g id="node3" class="node"><title>job</title> |
|
27 <polygon fill="none" stroke="black" points="150.5,-75 150.5,-135 235.5,-135 235.5,-75 150.5,-75"/> |
|
28 <text text-anchor="start" x="187.5" y="-126.367" font-family="Bitstream-Vera Sans" font-size="7.00">job</text> |
|
29 <polygon fill="none" stroke="black" points="152,-120 152,-122 235,-122 235,-120 152,-120"/> |
|
30 <text text-anchor="start" x="154" y="-112.867" font-family="Bitstream-Vera Sans" font-size="7.00">- hash : VARCHAR</text> |
|
31 <text text-anchor="start" x="154" y="-101.867" font-family="Bitstream-Vera Sans" font-size="7.00">- info : VARCHAR</text> |
|
32 <text text-anchor="start" x="154" y="-90.8667" font-family="Bitstream-Vera Sans" font-size="7.00">- status : VARCHAR(7)</text> |
|
33 <text text-anchor="start" x="154" y="-79.8667" font-family="Bitstream-Vera Sans" font-size="7.00">- user : VARCHAR</text> |
|
34 </g> |
|
35 <!-- message->job --> |
|
36 <g id="edge2" class="edge"><title>message->job</title> |
|
37 <path fill="none" stroke="black" d="M106.327,-84.57C115.412,-86.7114 124.894,-88.9465 134.112,-91.1194"/> |
|
38 <ellipse fill="none" stroke="black" cx="138.236" cy="-92.0912" rx="4.00001" ry="4.00001"/> |
|
39 <text text-anchor="middle" x="132.338" y="-92.7431" font-family="Bitstream-Vera Sans" font-size="7.00">+ hash</text> |
|
40 <text text-anchor="middle" x="116.118" y="-80.2359" font-family="Bitstream-Vera Sans" font-size="7.00">+ job</text> |
|
41 </g> |
|
42 <!-- offer --> |
|
43 <g id="node5" class="node"><title>offer</title> |
|
44 <polygon fill="none" stroke="black" points="288,-4 288,-64 370,-64 370,-4 288,-4"/> |
|
45 <text text-anchor="start" x="320.5" y="-55.3667" font-family="Bitstream-Vera Sans" font-size="7.00">offer</text> |
|
46 <polygon fill="none" stroke="black" points="289,-49 289,-51 369,-51 369,-49 289,-49"/> |
|
47 <text text-anchor="start" x="291" y="-41.8667" font-family="Bitstream-Vera Sans" font-size="7.00">- name : VARCHAR</text> |
|
48 <text text-anchor="start" x="291" y="-30.8667" font-family="Bitstream-Vera Sans" font-size="7.00">- provider : VARCHAR</text> |
|
49 <text text-anchor="start" x="291" y="-19.8667" font-family="Bitstream-Vera Sans" font-size="7.00">- route : VARCHAR</text> |
|
50 <text text-anchor="start" x="291" y="-8.86667" font-family="Bitstream-Vera Sans" font-size="7.00">- typ : VARCHAR</text> |
|
51 </g> |
|
52 <!-- message->offer --> |
|
53 <g id="edge4" class="edge"><title>message->offer</title> |
|
54 <path fill="none" stroke="black" d="M106.216,-64.6732C153.699,-58.1357 223.047,-48.5878 271.726,-41.8855"/> |
|
55 <ellipse fill="none" stroke="black" cx="275.694" cy="-41.3393" rx="4.00001" ry="4.00001"/> |
|
56 <text text-anchor="middle" x="271.255" y="-43.9165" font-family="Bitstream-Vera Sans" font-size="7.00">+ name</text> |
|
57 <text text-anchor="middle" x="114.618" y="-56.9504" font-family="Bitstream-Vera Sans" font-size="7.00">+ offer</text> |
|
58 </g> |
|
59 <!-- userright --> |
|
60 <g id="node2" class="node"><title>userright</title> |
|
61 <polygon fill="none" stroke="black" points="422.5,-46.5 422.5,-95.5 507.5,-95.5 507.5,-46.5 422.5,-46.5"/> |
|
62 <text text-anchor="start" x="448.5" y="-86.3667" font-family="Bitstream-Vera Sans" font-size="7.00">userright</text> |
|
63 <polygon fill="none" stroke="black" points="424,-80 424,-82 507,-82 507,-80 424,-80"/> |
|
64 <text text-anchor="start" x="426" y="-72.8667" font-family="Bitstream-Vera Sans" font-size="7.00">- user : VARCHAR</text> |
|
65 <text text-anchor="start" x="426" y="-61.8667" font-family="Bitstream-Vera Sans" font-size="7.00">- offer : VARCHAR</text> |
|
66 <text text-anchor="start" x="426" y="-50.8667" font-family="Bitstream-Vera Sans" font-size="7.00">- isDefault : BOOLEAN</text> |
|
67 </g> |
|
68 <!-- apiuser --> |
|
69 <g id="node4" class="node"><title>apiuser</title> |
|
70 <polygon fill="none" stroke="black" points="291.5,-90 291.5,-128 366.5,-128 366.5,-90 291.5,-90"/> |
|
71 <text text-anchor="start" x="315.5" y="-119.367" font-family="Bitstream-Vera Sans" font-size="7.00">apiuser</text> |
|
72 <polygon fill="none" stroke="black" points="293,-113 293,-115 366,-115 366,-113 293,-113"/> |
|
73 <text text-anchor="start" x="295" y="-105.867" font-family="Bitstream-Vera Sans" font-size="7.00">- name : VARCHAR</text> |
|
74 <text text-anchor="start" x="295" y="-94.8667" font-family="Bitstream-Vera Sans" font-size="7.00">- apikey : VARCHAR</text> |
|
75 </g> |
|
76 <!-- job->apiuser --> |
|
77 <g id="edge10" class="edge"><title>job->apiuser</title> |
|
78 <path fill="none" stroke="black" d="M243.641,-106.489C253.891,-106.791 264.704,-107.109 275.063,-107.414"/> |
|
79 <ellipse fill="none" stroke="black" cx="279.255" cy="-107.537" rx="4" ry="4"/> |
|
80 <text text-anchor="middle" x="274.069" y="-109.312" font-family="Bitstream-Vera Sans" font-size="7.00">+ name</text> |
|
81 <text text-anchor="middle" x="252.825" y="-100.232" font-family="Bitstream-Vera Sans" font-size="7.00">+ user</text> |
|
82 </g> |
|
83 <!-- apiuser->userright --> |
|
84 <g id="edge6" class="edge"><title>apiuser->userright</title> |
|
85 <path fill="none" stroke="black" d="M374.664,-96.2408C387.32,-92.7048 401.136,-88.8443 414.071,-85.23"/> |
|
86 <text text-anchor="middle" x="406.48" y="-89.4392" font-family="Bitstream-Vera Sans" font-size="7.00">+ name</text> |
|
87 <text text-anchor="middle" x="382.256" y="-87.4316" font-family="Bitstream-Vera Sans" font-size="7.00">+ user</text> |
|
88 </g> |
|
89 <!-- offer->userright --> |
|
90 <g id="edge8" class="edge"><title>offer->userright</title> |
|
91 <path fill="none" stroke="black" d="M378.099,-47.3578C389.816,-50.5456 402.347,-53.9546 414.141,-57.1634"/> |
|
92 <text text-anchor="middle" x="404.286" y="-56.5621" font-family="Bitstream-Vera Sans" font-size="7.00">+ name</text> |
|
93 <text text-anchor="middle" x="387.954" y="-43.3591" font-family="Bitstream-Vera Sans" font-size="7.00">+ offer</text> |
|
94 </g> |
|
95 </g> |
|
96 </svg> |