1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<!-- Generated by fdp version 2.2.1 (Thu Apr 6 00:32:47 UTC 2006)
For user: (stub) Stuart Bishop,,, Title: g Pages: 1 -->
<svg width="1097px" height="1122px"
viewBox = "-1 -1 1096 1121"
xmlns="http://www.w3.org/2000/svg">
<g id="graph0" class="graph" style="font-family:Times-Roman;font-size:14.00;">
<title>g</title>
<text text-anchor="middle" style="font-size:22.00;" x="547" y="1104">Bounty</text>
<g id="node1" class="node"><title>bounty</title>
<polygon style="fill:#c1cdcc;stroke:#c1cdcc;" points="547,495 547,279 737,279 737,495 547,495"/>
<polygon style="fill:white;stroke:white;" points="550,296 550,282 734,282 734,296 550,296"/>
<text text-anchor="middle" style="font-size:8.00;" x="642" y="292">bounty</text>
<polygon style="fill:none;stroke:black;" points="550,296 550,282 734,282 734,296 550,296"/>
<text text-anchor="middle" style="font-size:8.00;" x="556" y="307">id</text>
<text text-anchor="middle" style="font-size:8.00;" x="609" y="307">serial</text>
<text text-anchor="middle" style="font-size:8.00;" x="683" y="307"> PRIMARY KEY </text>
<text text-anchor="middle" style="font-size:8.00;" x="562" y="321">name</text>
<text text-anchor="middle" style="font-size:8.00;" x="607" y="321">text</text>
<text text-anchor="middle" style="font-size:8.00;" x="671" y="321"> UNIQUE </text>
<text text-anchor="middle" style="font-size:8.00;" x="559" y="335">title</text>
<text text-anchor="middle" style="font-size:8.00;" x="607" y="335">text</text>
<text text-anchor="middle" style="font-size:8.00;" x="568" y="349">summary</text>
<text text-anchor="middle" style="font-size:8.00;" x="607" y="349">text</text>
<text text-anchor="middle" style="font-size:8.00;" x="570" y="363">description</text>
<text text-anchor="middle" style="font-size:8.00;" x="607" y="363">text</text>
<text text-anchor="middle" style="font-size:8.00;" x="567" y="377">usdvalue</text>
<text text-anchor="middle" style="font-size:8.00;" x="624" y="377">numeric(10,2)</text>
<text text-anchor="middle" style="font-size:8.00;" x="567" y="391">difficulty</text>
<text text-anchor="middle" style="font-size:8.00;" x="612" y="391">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="567" y="405">reviewer</text>
<text text-anchor="middle" style="font-size:8.00;" x="612" y="405">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="693" y="405"> REFERENCES person </text>
<text text-anchor="middle" style="font-size:8.00;" x="571" y="419">datecreated</text>
<text text-anchor="middle" style="font-size:8.00;" x="618" y="419">timestamp</text>
<text text-anchor="middle" style="font-size:8.00;" x="563" y="433">owner</text>
<text text-anchor="middle" style="font-size:8.00;" x="612" y="433">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="693" y="433"> REFERENCES person </text>
<text text-anchor="middle" style="font-size:8.00;" x="566" y="447">deadline</text>
<text text-anchor="middle" style="font-size:8.00;" x="618" y="447">timestamp</text>
<text text-anchor="middle" style="font-size:8.00;" x="566" y="461">claimant</text>
<text text-anchor="middle" style="font-size:8.00;" x="612" y="461">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="693" y="461"> REFERENCES person </text>
<text text-anchor="middle" style="font-size:8.00;" x="572" y="475">dateclaimed</text>
<text text-anchor="middle" style="font-size:8.00;" x="618" y="475">timestamp</text>
<text text-anchor="middle" style="font-size:8.00;" x="573" y="489">bountystatus</text>
<text text-anchor="middle" style="font-size:8.00;" x="612" y="489">integer</text>
<polygon style="fill:none;stroke:black;" points="547,495 547,279 737,279 737,495 547,495"/>
</g>
<g id="node5" class="node"><title>person</title>
<polygon style="fill:#c1cdcc;stroke:#c1cdcc;" points="206,943 206,545 464,545 464,943 206,943"/>
<polygon style="fill:white;stroke:white;" points="209,562 209,548 461,548 461,562 209,562"/>
<text text-anchor="middle" style="font-size:8.00;" x="335" y="558">person</text>
<polygon style="fill:none;stroke:black;" points="209,562 209,548 461,548 461,562 209,562"/>
<text text-anchor="middle" style="font-size:8.00;" x="215" y="573">id</text>
<text text-anchor="middle" style="font-size:8.00;" x="310" y="573">serial</text>
<text text-anchor="middle" style="font-size:8.00;" x="372" y="573"> PRIMARY KEY </text>
<text text-anchor="middle" style="font-size:8.00;" x="232" y="587">displayname</text>
<text text-anchor="middle" style="font-size:8.00;" x="308" y="587">text</text>
<text text-anchor="middle" style="font-size:8.00;" x="227" y="601">password</text>
<text text-anchor="middle" style="font-size:8.00;" x="308" y="601">text</text>
<text text-anchor="middle" style="font-size:8.00;" x="230" y="615">teamowner</text>
<text text-anchor="middle" style="font-size:8.00;" x="313" y="615">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="382" y="615"> REFERENCES person </text>
<text text-anchor="middle" style="font-size:8.00;" x="238" y="629">teamdescription</text>
<text text-anchor="middle" style="font-size:8.00;" x="308" y="629">text</text>
<text text-anchor="middle" style="font-size:8.00;" x="221" y="643">name</text>
<text text-anchor="middle" style="font-size:8.00;" x="308" y="643">text</text>
<text text-anchor="middle" style="font-size:8.00;" x="227" y="657">language</text>
<text text-anchor="middle" style="font-size:8.00;" x="313" y="657">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="386" y="657"> REFERENCES language </text>
<text text-anchor="middle" style="font-size:8.00;" x="216" y="671">fti</text>
<text text-anchor="middle" style="font-size:8.00;" x="315" y="671">tsvector</text>
<text text-anchor="middle" style="font-size:8.00;" x="253" y="685">defaultmembershipperiod</text>
<text text-anchor="middle" style="font-size:8.00;" x="313" y="685">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="246" y="699">defaultrenewalperiod</text>
<text text-anchor="middle" style="font-size:8.00;" x="313" y="699">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="241" y="713">subscriptionpolicy</text>
<text text-anchor="middle" style="font-size:8.00;" x="313" y="713">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="224" y="727">merged</text>
<text text-anchor="middle" style="font-size:8.00;" x="313" y="727">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="382" y="727"> REFERENCES person </text>
<text text-anchor="middle" style="font-size:8.00;" x="230" y="741">datecreated</text>
<text text-anchor="middle" style="font-size:8.00;" x="319" y="741">timestamp</text>
<text text-anchor="middle" style="font-size:8.00;" x="225" y="755">calendar</text>
<text text-anchor="middle" style="font-size:8.00;" x="313" y="755">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="401" y="755"> REFERENCES calendar UNIQUE </text>
<text text-anchor="middle" style="font-size:8.00;" x="227" y="769">timezone</text>
<text text-anchor="middle" style="font-size:8.00;" x="308" y="769">text</text>
<text text-anchor="middle" style="font-size:8.00;" x="232" y="783">addressline1</text>
<text text-anchor="middle" style="font-size:8.00;" x="308" y="783">text</text>
<text text-anchor="middle" style="font-size:8.00;" x="232" y="797">addressline2</text>
<text text-anchor="middle" style="font-size:8.00;" x="308" y="797">text</text>
<text text-anchor="middle" style="font-size:8.00;" x="232" y="811">organization</text>
<text text-anchor="middle" style="font-size:8.00;" x="308" y="811">text</text>
<text text-anchor="middle" style="font-size:8.00;" x="218" y="825">city</text>
<text text-anchor="middle" style="font-size:8.00;" x="308" y="825">text</text>
<text text-anchor="middle" style="font-size:8.00;" x="226" y="839">province</text>
<text text-anchor="middle" style="font-size:8.00;" x="308" y="839">text</text>
<text text-anchor="middle" style="font-size:8.00;" x="224" y="853">country</text>
<text text-anchor="middle" style="font-size:8.00;" x="313" y="853">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="383" y="853"> REFERENCES country </text>
<text text-anchor="middle" style="font-size:8.00;" x="226" y="867">postcode</text>
<text text-anchor="middle" style="font-size:8.00;" x="308" y="867">text</text>
<text text-anchor="middle" style="font-size:8.00;" x="222" y="881">phone</text>
<text text-anchor="middle" style="font-size:8.00;" x="308" y="881">text</text>
<text text-anchor="middle" style="font-size:8.00;" x="243" y="895">homepage_content</text>
<text text-anchor="middle" style="font-size:8.00;" x="308" y="895">text</text>
<text text-anchor="middle" style="font-size:8.00;" x="225" y="909">emblem</text>
<text text-anchor="middle" style="font-size:8.00;" x="313" y="909">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="394" y="909"> REFERENCES libraryfilealias </text>
<text text-anchor="middle" style="font-size:8.00;" x="233" y="923">hackergotchi</text>
<text text-anchor="middle" style="font-size:8.00;" x="313" y="923">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="394" y="923"> REFERENCES libraryfilealias </text>
<text text-anchor="middle" style="font-size:8.00;" x="247" y="937">hide_email_addresses</text>
<text text-anchor="middle" style="font-size:8.00;" x="315" y="937">boolean</text>
<polygon style="fill:none;stroke:black;" points="206,943 206,545 464,545 464,943 206,943"/>
</g>
<g id="edge2" class="edge"><title>bounty->person</title>
<path style="fill:none;stroke:black;" d="M539,461C519,477 500,495 483,513 477,520 471,526 465,533"/>
<polygon style="fill:black;stroke:black;" points="468,535 459,541 462,531 468,535"/>
</g>
<g id="edge4" class="edge"><title>bounty->person</title>
<path style="fill:none;stroke:black;" d="M539,461C519,477 500,495 483,513 477,520 471,526 465,533"/>
<polygon style="fill:black;stroke:black;" points="468,535 459,541 462,531 468,535"/>
</g>
<g id="edge6" class="edge"><title>bounty->person</title>
<path style="fill:none;stroke:black;" d="M539,461C519,477 500,495 483,513 477,520 471,526 465,533"/>
<polygon style="fill:black;stroke:black;" points="468,535 459,541 462,531 468,535"/>
</g>
<g id="node2" class="node"><title>bountymessage</title>
<polygon style="fill:#c1cdcc;stroke:#c1cdcc;" points="815,566 815,504 1007,504 1007,566 815,566"/>
<polygon style="fill:white;stroke:white;" points="818,521 818,507 1004,507 1004,521 818,521"/>
<text text-anchor="middle" style="font-size:8.00;" x="911" y="517">bountymessage</text>
<polygon style="fill:none;stroke:black;" points="818,521 818,507 1004,507 1004,521 818,521"/>
<text text-anchor="middle" style="font-size:8.00;" x="824" y="532">id</text>
<text text-anchor="middle" style="font-size:8.00;" x="864" y="532">serial</text>
<text text-anchor="middle" style="font-size:8.00;" x="915" y="532"> PRIMARY KEY </text>
<text text-anchor="middle" style="font-size:8.00;" x="832" y="546">bounty</text>
<text text-anchor="middle" style="font-size:8.00;" x="867" y="546">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="941" y="546"> REFERENCES bounty UNIQUE </text>
<text text-anchor="middle" style="font-size:8.00;" x="835" y="560">message</text>
<text text-anchor="middle" style="font-size:8.00;" x="867" y="560">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="944" y="560"> UNIQUE REFERENCES message </text>
<polygon style="fill:none;stroke:black;" points="815,566 815,504 1007,504 1007,566 815,566"/>
</g>
<g id="edge8" class="edge"><title>bountymessage->bounty</title>
<path style="fill:none;stroke:black;" d="M847,500C820,484 785,466 754,449"/>
<polygon style="fill:black;stroke:black;" points="752,452 745,444 755,446 752,452"/>
</g>
<g id="node12" class="node"><title>fake_message_15</title>
<ellipse cx="1062" cy="612" rx="27" ry="18" style="fill:none;stroke:red;"/>
<text text-anchor="middle" style="font-size:8.00;" x="1062" y="615">message</text>
</g>
<g id="edge10" class="edge"><title>bountymessage->fake_message_15</title>
<path style="fill:none;stroke:black;" d="M980,570C998,579 1017,589 1032,596"/>
<polygon style="fill:black;stroke:black;" points="1034,593 1041,601 1031,599 1034,593"/>
</g>
<g id="node3" class="node"><title>bountysubscription</title>
<polygon style="fill:#c1cdcc;stroke:#c1cdcc;" points="496,581 496,519 678,519 678,581 496,581"/>
<polygon style="fill:white;stroke:white;" points="499,536 499,522 675,522 675,536 499,536"/>
<text text-anchor="middle" style="font-size:8.00;" x="587" y="532">bountysubscription</text>
<polygon style="fill:none;stroke:black;" points="499,536 499,522 675,522 675,536 499,536"/>
<text text-anchor="middle" style="font-size:8.00;" x="505" y="547">id</text>
<text text-anchor="middle" style="font-size:8.00;" x="540" y="547">serial</text>
<text text-anchor="middle" style="font-size:8.00;" x="591" y="547"> PRIMARY KEY </text>
<text text-anchor="middle" style="font-size:8.00;" x="513" y="561">bounty</text>
<text text-anchor="middle" style="font-size:8.00;" x="543" y="561">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="617" y="561"> REFERENCES bounty UNIQUE </text>
<text text-anchor="middle" style="font-size:8.00;" x="513" y="575">person</text>
<text text-anchor="middle" style="font-size:8.00;" x="543" y="575">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="617" y="575"> REFERENCES person UNIQUE </text>
<polygon style="fill:none;stroke:black;" points="496,581 496,519 678,519 678,581 496,581"/>
</g>
<g id="edge12" class="edge"><title>bountysubscription->bounty</title>
<path style="fill:none;stroke:black;" d="M599,515C600,513 600,511 601,509"/>
<polygon style="fill:black;stroke:black;" points="598,508 604,499 604,510 598,508"/>
</g>
<g id="edge14" class="edge"><title>bountysubscription->person</title>
<path style="fill:none;stroke:black;" d="M541,585C523,598 502,615 480,632"/>
<polygon style="fill:black;stroke:black;" points="482,635 472,638 478,629 482,635"/>
</g>
<g id="node4" class="node"><title>distributionbounty</title>
<polygon style="fill:#c1cdcc;stroke:#c1cdcc;" points="574,252 574,190 786,190 786,252 574,252"/>
<polygon style="fill:white;stroke:white;" points="577,207 577,193 783,193 783,207 577,207"/>
<text text-anchor="middle" style="font-size:8.00;" x="680" y="203">distributionbounty</text>
<polygon style="fill:none;stroke:black;" points="577,207 577,193 783,193 783,207 577,207"/>
<text text-anchor="middle" style="font-size:8.00;" x="583" y="218">id</text>
<text text-anchor="middle" style="font-size:8.00;" x="633" y="218">serial</text>
<text text-anchor="middle" style="font-size:8.00;" x="684" y="218"> PRIMARY KEY </text>
<text text-anchor="middle" style="font-size:8.00;" x="591" y="232">bounty</text>
<text text-anchor="middle" style="font-size:8.00;" x="636" y="232">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="710" y="232"> UNIQUE REFERENCES bounty </text>
<text text-anchor="middle" style="font-size:8.00;" x="598" y="246">distribution</text>
<text text-anchor="middle" style="font-size:8.00;" x="636" y="246">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="718" y="246"> UNIQUE REFERENCES distribution </text>
<polygon style="fill:none;stroke:black;" points="574,252 574,190 786,190 786,252 574,252"/>
</g>
<g id="edge16" class="edge"><title>distributionbounty->bounty</title>
<path style="fill:none;stroke:black;" d="M672,256C672,259 671,262 670,265"/>
<polygon style="fill:black;stroke:black;" points="673,266 668,275 667,265 673,266"/>
</g>
<g id="node17" class="node"><title>fake_distribution_111</title>
<ellipse cx="718" cy="44" rx="30" ry="18" style="fill:none;stroke:red;"/>
<text text-anchor="middle" style="font-size:8.00;" x="718" y="47">distribution</text>
</g>
<g id="edge18" class="edge"><title>distributionbounty->fake_distribution_111</title>
<path style="fill:none;stroke:black;" d="M688,186C695,152 706,103 712,72"/>
<polygon style="fill:black;stroke:black;" points="709,71 714,62 715,72 709,71"/>
</g>
<g id="edge24" class="edge"><title>person->person</title>
<path style="fill:none;stroke:black;" d="M472,802C483,789 490,770 490,744 490,723 485,707 478,694"/>
<polygon style="fill:black;stroke:black;" points="475,696 472,686 481,692 475,696"/>
</g>
<g id="edge20" class="edge"><title>person->person</title>
<path style="fill:none;stroke:black;" d="M472,882C494,862 508,815 508,744 508,681 497,637 479,614"/>
<polygon style="fill:black;stroke:black;" points="476,616 472,606 481,611 476,616"/>
</g>
<g id="node20" class="node"><title>fake_language_203</title>
<ellipse cx="33" cy="827" rx="27" ry="18" style="fill:none;stroke:red;"/>
<text text-anchor="middle" style="font-size:8.00;" x="33" y="830">language</text>
</g>
<g id="edge22" class="edge"><title>person->fake_language_203</title>
<path style="fill:none;stroke:black;" d="M198,782C150,796 100,809 68,817"/>
<polygon style="fill:black;stroke:black;" points="69,820 58,820 67,814 69,820"/>
</g>
<g id="node23" class="node"><title>fake_calendar_206</title>
<ellipse cx="127" cy="978" rx="27" ry="18" style="fill:none;stroke:red;"/>
<text text-anchor="middle" style="font-size:8.00;" x="127" y="981">calendar</text>
</g>
<g id="edge26" class="edge"><title>person->fake_calendar_206</title>
<path style="fill:none;stroke:black;" d="M198,898C179,920 161,940 148,954"/>
<polygon style="fill:black;stroke:black;" points="150,957 141,962 145,952 150,957"/>
</g>
<g id="node25" class="node"><title>fake_country_208</title>
<ellipse cx="44" cy="634" rx="27" ry="18" style="fill:none;stroke:red;"/>
<text text-anchor="middle" style="font-size:8.00;" x="44" y="637">country</text>
</g>
<g id="edge28" class="edge"><title>person->fake_country_208</title>
<path style="fill:none;stroke:black;" d="M198,692C153,675 107,658 78,647"/>
<polygon style="fill:black;stroke:black;" points="76,650 68,643 79,643 76,650"/>
</g>
<g id="node27" class="node"><title>fake_libraryfilealias_210</title>
<ellipse cx="287" cy="1061" rx="35" ry="18" style="fill:none;stroke:red;"/>
<text text-anchor="middle" style="font-size:8.00;" x="287" y="1064">libraryfilealias</text>
</g>
<g id="edge30" class="edge"><title>person->fake_libraryfilealias_210</title>
<path style="fill:none;stroke:black;" d="M304,947C299,981 294,1012 291,1033"/>
<polygon style="fill:black;stroke:black;" points="294,1033 290,1043 288,1033 294,1033"/>
</g>
<g id="node29" class="node"><title>fake_libraryfilealias_212</title>
<ellipse cx="479" cy="1027" rx="35" ry="18" style="fill:none;stroke:red;"/>
<text text-anchor="middle" style="font-size:8.00;" x="479" y="1030">libraryfilealias</text>
</g>
<g id="edge32" class="edge"><title>person->fake_libraryfilealias_212</title>
<path style="fill:none;stroke:black;" d="M438,947C449,967 458,986 465,1000"/>
<polygon style="fill:black;stroke:black;" points="468,999 470,1009 462,1002 468,999"/>
</g>
<g id="node6" class="node"><title>productbounty</title>
<polygon style="fill:#c1cdcc;stroke:#c1cdcc;" points="821,277 821,215 1007,215 1007,277 821,277"/>
<polygon style="fill:white;stroke:white;" points="824,232 824,218 1004,218 1004,232 824,232"/>
<text text-anchor="middle" style="font-size:8.00;" x="914" y="228">productbounty</text>
<polygon style="fill:none;stroke:black;" points="824,232 824,218 1004,218 1004,232 824,232"/>
<text text-anchor="middle" style="font-size:8.00;" x="830" y="243">id</text>
<text text-anchor="middle" style="font-size:8.00;" x="867" y="243">serial</text>
<text text-anchor="middle" style="font-size:8.00;" x="918" y="243"> PRIMARY KEY </text>
<text text-anchor="middle" style="font-size:8.00;" x="838" y="257">bounty</text>
<text text-anchor="middle" style="font-size:8.00;" x="870" y="257">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="944" y="257"> REFERENCES bounty UNIQUE </text>
<text text-anchor="middle" style="font-size:8.00;" x="839" y="271">product</text>
<text text-anchor="middle" style="font-size:8.00;" x="870" y="271">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="945" y="271"> UNIQUE REFERENCES product </text>
<polygon style="fill:none;stroke:black;" points="821,277 821,215 1007,215 1007,277 821,277"/>
</g>
<g id="edge34" class="edge"><title>productbounty->bounty</title>
<path style="fill:none;stroke:black;" d="M846,281C819,296 786,313 754,329"/>
<polygon style="fill:black;stroke:black;" points="755,332 745,334 752,326 755,332"/>
</g>
<g id="node32" class="node"><title>fake_product_278</title>
<ellipse cx="1060" cy="164" rx="27" ry="18" style="fill:none;stroke:red;"/>
<text text-anchor="middle" style="font-size:8.00;" x="1060" y="167">product</text>
</g>
<g id="edge36" class="edge"><title>productbounty->fake_product_278</title>
<path style="fill:none;stroke:black;" d="M976,211C995,201 1015,190 1030,181"/>
<polygon style="fill:black;stroke:black;" points="1029,178 1039,176 1032,184 1029,178"/>
</g>
<g id="node7" class="node"><title>projectbounty</title>
<polygon style="fill:#c1cdcc;stroke:#c1cdcc;" points="356,186 356,124 538,124 538,186 356,186"/>
<polygon style="fill:white;stroke:white;" points="359,141 359,127 535,127 535,141 359,141"/>
<text text-anchor="middle" style="font-size:8.00;" x="447" y="137">projectbounty</text>
<polygon style="fill:none;stroke:black;" points="359,141 359,127 535,127 535,141 359,141"/>
<text text-anchor="middle" style="font-size:8.00;" x="365" y="152">id</text>
<text text-anchor="middle" style="font-size:8.00;" x="400" y="152">serial</text>
<text text-anchor="middle" style="font-size:8.00;" x="451" y="152"> PRIMARY KEY </text>
<text text-anchor="middle" style="font-size:8.00;" x="373" y="166">bounty</text>
<text text-anchor="middle" style="font-size:8.00;" x="403" y="166">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="477" y="166"> REFERENCES bounty UNIQUE </text>
<text text-anchor="middle" style="font-size:8.00;" x="373" y="180">project</text>
<text text-anchor="middle" style="font-size:8.00;" x="403" y="180">integer</text>
<text text-anchor="middle" style="font-size:8.00;" x="477" y="180"> UNIQUE REFERENCES project </text>
<polygon style="fill:none;stroke:black;" points="356,186 356,124 538,124 538,186 356,186"/>
</g>
<g id="edge38" class="edge"><title>projectbounty->bounty</title>
<path style="fill:none;stroke:black;" d="M477,190C494,211 518,239 541,267"/>
<polygon style="fill:black;stroke:black;" points="544,265 548,275 539,270 544,265"/>
</g>
<g id="node35" class="node"><title>fake_project_300</title>
<ellipse cx="349" cy="23" rx="27" ry="18" style="fill:none;stroke:red;"/>
<text text-anchor="middle" style="font-size:8.00;" x="349" y="26">project</text>
</g>
<g id="edge40" class="edge"><title>projectbounty->fake_project_300</title>
<path style="fill:none;stroke:black;" d="M421,120C404,97 382,68 367,47"/>
<polygon style="fill:black;stroke:black;" points="364,49 361,39 370,45 364,49"/>
</g>
</g>
</svg>
|