|
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 |
id |
int unsigned |
10 |
|
√ |
|
|
|
zip_code |
varchar |
5 |
|
|
|
|
|
city |
varchar |
50 |
√ |
|
null |
|
|
county |
varchar |
50 |
√ |
|
null |
|
|
state_name |
varchar |
50 |
√ |
|
null |
|
|
state_prefix |
varchar |
2 |
√ |
|
null |
|
|
area_code |
varchar |
3 |
√ |
|
null |
|
|
time_zone |
varchar |
50 |
√ |
|
null |
|
|
lat |
float |
12 |
|
|
|
|
|
lon |
float |
12 |
|
|
|
|
|
location |
point |
0 |
|
|
|
|
|
Table contained 42,624 rows at Thu Sep 13 12:16 PDT 2012
|
Indexes:
Column(s) |
Type |
Sort |
Constraint Name |
id |
Primary key |
Asc |
PRIMARY |
location |
Performance |
Asc |
location |
zip_code |
Performance |
Asc |
zip_code |
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.