烘焙后重命名数据库字段
我意识到(在烘烤和大量定制之后)我可以使用名为“创建”和“修改”的数据库字段(只要它们是日期时间类型且默认为 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在测试之前,您是否删除了 /tmp/cache/models/ 中的所有模型缓存文件?
Did you delete the all Model cache files in /tmp/cache/models/ before testing it out?