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

Seeder error: Column 'native' cannot be null #56

Closed WIDESRL closed 1 year ago

WIDESRL commented 1 year ago

The database seeder returns a critical error on native column for table countries.

To reproduce is enough to set as required the native field under migrations block in the configuration file (migrations->countries->optional_fields->nativa) and then run the seeder with artisan command php artisan world:refresh

This is the error it gives: Integrity constraint violation: 1048 Column 'native' cannot be null (Connection: mysql, SQL: insert intocountries(name,iso3,iso2,phone_code,native,region,subregion) values (Cote D'Ivoire (Ivory Coast), CIV, CI, 225, ?, Africa, Western Africa))

nnjeim commented 1 year ago

@WIDESRL Thank you for reporting this issue. The missing Côte d'Ivoire native name was added in the countries json source file. you can upgrade to v 1.1.26