migrations

This commit is contained in:
TL 2022-06-30 19:54:49 +08:00
parent f80fc4d310
commit c291b65583
1 changed files with 2 additions and 2 deletions

View File

@ -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');