TIPOFF / addresses

Laravel Package to manage addresses & interact with Address API
MIT License
0 stars 2 forks source link

Add Phone Area Code Data #76

Closed drewroberts closed 3 years ago

drewroberts commented 3 years ago

We need a migration adding all the Phone Area Codes (#69) similar to the way we added the States (#16) in this migration:

https://github.com/tipoff/addresses/blob/main/database/migrations/2015_01_01_125000_add_states.php

Let's use this list:

https://www.bennetyee.org/ucsd-pages/area.html#228

We should also import his description data and add it to the note field in the database table. We don't need to import any of the area codes that do not have a State associated with them or are in Mexico or another country. You can just find the State on that model by the abbreviation to get the ID's.