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.
我看到 Baqend 数据存储中的数据对象是版本化的。
以前的版本可以访问吗?
系统是否存储写入/更新对象的用户 ID?
只是好奇这是在做什么,如果我需要尝试创建自己的日志,或者是否有内置的东西。
具体来说,我有“管理员”,他们将手动验证一些放入数据库的数据,然后将特定字段更改为“已批准”。我们要知道最后修改数据的人的 ID。
Baqend 不保留以前的版本,它只收集访问日志。要保存哪个用户更新了对象,您可以使用例如更新处理程序将用户引用保存在您的对象中。