6
0
Fork 0
release
李静 2021-12-08 11:05:23 +08:00
parent 65bbf49cdc
commit 750aba389f
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ class CreateAddressesTable extends Migration
{ {
Schema::create('addresses', function (Blueprint $table) { Schema::create('addresses', function (Blueprint $table) {
$table->id(); $table->id();
$table->unsignedBigInteger('user_id')->comment('地区ID'); $table->unsignedBigInteger('user_id')->comment('用户ID');
$table->unsignedBigInteger('zone_id')->comment('地区ID'); $table->unsignedBigInteger('zone_id')->comment('地区ID');
$table->string('consignee')->comment('收件人'); $table->string('consignee')->comment('收件人');
$table->string('telephone')->comment('联系电话'); $table->string('telephone')->comment('联系电话');