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