Stel de country_id in en de state_id nullable, zoals zo.
$table->integer('country_id')->nullable()->unsigned();
$table->integer('state_id')->nullable()->unsigned();
Stel de country_id in en de state_id nullable, zoals zo.
$table->integer('country_id')->nullable()->unsigned();
$table->integer('state_id')->nullable()->unsigned();