Đặt country_id
và state_id
nullable, như vậy.
$table->integer('country_id')->nullable()->unsigned();
$table->integer('state_id')->nullable()->unsigned();
Đặt country_id
và state_id
nullable, như vậy.
$table->integer('country_id')->nullable()->unsigned();
$table->integer('state_id')->nullable()->unsigned();