common.fipsmap
| Field | Type | Null | Default | Key | Extra | Comment |
|---|---|---|---|---|---|---|
| fips_code | varchar(5) | YES | MUL | A FIPS code (county code) | ||
| fips_zip_code | varchar(5) | YES | MUL | A zip code associated with the FIPS code | ||
| fips_desc | varchar(100) | YES | County Name | |||
| fips_modified | timestamp | YES | CURRENT_TIMESTAMP | on update CURRENT_TIMESTAMP | ||
| fips_created | timestamp | YES | CURRENT_TIMESTAMP |
References
| Local Column | References | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| fips_code |
|