Replies: 2 comments
-
现在支持了吗 |
Beta Was this translation helpful? Give feedback.
0 replies
-
非常赞同 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
当表中有多个字段,但只需要更新其中部分字段时不方便。如果使用 skips 则需要列出其他所有字段,并且如果表新增了字段这里必须同步进行修改。
我现在只能建一个新的 model 用于更新,比如原表 model:
当只需要更新 name 时我需要提供一个 model:
如果有其他更新需求,还需要创建更多的 struct
Beta Was this translation helpful? Give feedback.
All reactions