Nastavte country_id
a state_id
s možností null, podobně.
$table->integer('country_id')->nullable()->unsigned();
$table->integer('state_id')->nullable()->unsigned();
Nastavte country_id
a state_id
s možností null, podobně.
$table->integer('country_id')->nullable()->unsigned();
$table->integer('state_id')->nullable()->unsigned();