|
Legend: |
 |
Primary key columns |
Columns with indexes |
Implied relationships |
Excluded column relationships |
< n > number of related tables |
|
|
Column |
Type |
Size |
Nulls |
Auto |
Default |
Children |
Parents |
eid |
int |
10 |
|
√ |
|
|
|
gid |
int |
10 |
|
|
|
|
groups.gid
|
Implied Constraint R |
|
ename |
varchar |
255 |
|
|
|
|
|
address_id |
int |
10 |
|
|
|
|
|
start_date |
date |
10 |
|
|
|
|
|
start_time |
time |
8 |
|
|
00:00:00 |
|
|
end_date |
date |
10 |
√ |
|
null |
|
|
end_time |
time |
8 |
√ |
|
null |
|
|
frequency |
enum |
14 |
|
|
|
|
|
days |
varchar |
255 |
√ |
|
null |
|
|
active |
enum |
2 |
|
|
N |
|
|
detail |
text |
65535 |
|
|
|
|
|
logo |
int |
10 |
|
|
|
|
|
faq |
text |
65535 |
√ |
|
null |
|
|
Table contained 33 rows at Thu Sep 13 12:16 PDT 2012
|
Indexes:
Column(s) |
Type |
Sort |
Constraint Name |
eid |
Primary key |
Asc |
PRIMARY |
address_id |
Performance |
Asc |
address_id |
ename |
Performance |
Asc |
ename |
gid |
Performance |
Asc |
gid |
SchemaSpy was unable to generate a diagram of table relationships.
SchemaSpy requires Graphviz version 2.2.1 or versions greater than 2.4 from www.graphviz.org.