nnjeim / world

A Laravel package which provides a list of the countries, states, cities, currencies, timezones and languages.
MIT License
737 stars 104 forks source link

fix for length of state_code #63

Closed mefenlon closed 10 months ago

mefenlon commented 10 months ago

When state_code is required in config/world.php it results in a seeding error

SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column 'state_code'

state_code contains data like 'SH-HL', 'UM-81' and 'CDMX' which require a length of 5

nnjeim commented 10 months ago

@mefenlon thank you for contribution