khsing / laravel-world

provide countries, states, and cities relations and database.
MIT License
427 stars 89 forks source link

Disable Foreign Key for Postgres #33

Closed rbridge closed 4 years ago

rbridge commented 4 years ago

Handle the following error with postgres:

Illuminate/Database/QueryException with message 'SQLSTATE[42704]: Undefined object: 7 ERROR:  unrecognized configuration parameter "foreign_key_checks" (SQL: SET FOREIGN_KEY_CHECKS=0)'