Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的 Parse 数据库充满了我不需要保留的大量记录,例如_PushStatus班级中的 80k 条目。如果我从 Parse 仪表板中选择“删除类”以删除这些记录,Parse 会在下次需要记录推送通知时重新创建该类吗?
_PushStatus
为什么不删除所有行而不是删除类?我相信是否自动重新创建类取决于是否允许创建客户端类,但在这种情况下可能会出错。