Définissez le country_id
et le state_id
nullable, comme ça.
$table->integer('country_id')->nullable()->unsigned();
$table->integer('state_id')->nullable()->unsigned();
Définissez le country_id
et le state_id
nullable, comme ça.
$table->integer('country_id')->nullable()->unsigned();
$table->integer('state_id')->nullable()->unsigned();