10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
操作审计会对一个表中所有的字段变更都会记录, 像有些字段不需要记录, 例如,更新时间。
The text was updated successfully, but these errors were encountered:
审计时,只有变化的数据才会被记录的,并不需要配置,这是自动的
Sorry, something went wrong.
恩了, 明白了。 我本想有些字段就算变更了也不记录。 想想没必要了。
🆕 (entity) 添加数据审计时可以忽略某些不需要审计或者敏感的实体属性的功能 #143 #64
02414f7
No branches or pull requests
操作审计会对一个表中所有的字段变更都会记录, 像有些字段不需要记录, 例如,更新时间。
The text was updated successfully, but these errors were encountered: