diff --git a/database/migrations/2022_06_28_065137_create_address.php b/database/migrations/2022_06_28_065137_create_address.php index d55abcf6..2d0f54a0 100644 --- a/database/migrations/2022_06_28_065137_create_address.php +++ b/database/migrations/2022_06_28_065137_create_address.php @@ -19,8 +19,8 @@ class CreateAddress extends Migration $table->string('name'); $table->string('phone'); $table->unsignedInteger('country_id'); - $table->unsignedInteger('state_id'); - $table->string('state'); + $table->unsignedInteger('zone_id'); + $table->string('zone'); $table->unsignedInteger('city_id'); $table->string('city'); $table->string('zipcode');