Indstil country_id og state_id nullable, sådan set.
$table->integer('country_id')->nullable()->unsigned();
$table->integer('state_id')->nullable()->unsigned();
Indstil country_id og state_id nullable, sådan set.
$table->integer('country_id')->nullable()->unsigned();
$table->integer('state_id')->nullable()->unsigned();