master
cody 12 months ago
parent 908e207643
commit 675c1d1e27

@ -25,7 +25,6 @@ return new class extends Migration
$table->json('file_ids')->nullable()->comment('文件id数组'); $table->json('file_ids')->nullable()->comment('文件id数组');
// 详细地址 // 详细地址
$table->string('address_detail')->nullable()->comment('详细地址'); $table->string('address_detail')->nullable()->comment('详细地址');
$table->string('sex')->nullable()->comment('性别');
$table->string('mobile')->nullable()->comment('联系方式'); $table->string('mobile')->nullable()->comment('联系方式');
}); });
} }

Loading…
Cancel
Save