Currently we have the following US-centric database design for storing addresses:
street_address_1 text
street_address_2 text
city text
state_province text
postal_code text
country text
But now I've learned that some countries do not use any state_province classification. Now that we are improving the database, is there any other way to make this database more international-friendly?