master
cody 5 months ago
parent 352c172df9
commit d88291d0e9

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

Loading…
Cancel
Save