烘焙后重命名数据库字段

发布于 2024-11-04 23:38:51 字数 228 浏览 0 评论 0原文

我意识到(在烘烤和大量定制之后)我可以使用名为“创建”和“修改”的数据库字段(只要它们是日期时间类型且默认为 NULL)来获取内置功能来保存“创建日期”和“修改”在添加和编辑时保存到数据库的日期。 因此,我将 2 个字段重命名为“创建”和“修改”,但在添加和更新后,字段中的 db 值仍然为 NULL。 我错过了什么?烘焙后可以不重命名数据库字段吗? (我确实用视图中的新字段名称替换了旧字段名称。) 任何帮助将不胜感激...... 沃宁

i realised (after baking and much customisation) that i can use DB fields called 'created' and 'modified' (as long as the are type Datetime and default NULL) to get built in functionality to save 'created on date' and 'modified on date' saved to DB on add and edit.
So i renamed my 2 fields to 'created' and 'modified' but the db values in the fields remain NULL after adding and updating.
what have i missed? can one not rename DB fields after baking?
(i did replace the old field names with the new ones in the views.)
any help would be appreciated....
Vauneen

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

强辩 2024-11-11 23:38:51

在测试之前,您是否删除了 /tmp/cache/models/ 中的所有模型缓存文件?

Did you delete the all Model cache files in /tmp/cache/models/ before testing it out?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文