Ustaw country_id i state_id nullable, jak tak.
$table->integer('country_id')->nullable()->unsigned();
$table->integer('state_id')->nullable()->unsigned();
Ustaw country_id i state_id nullable, jak tak.
$table->integer('country_id')->nullable()->unsigned();
$table->integer('state_id')->nullable()->unsigned();