gpt4 book ai didi

php - 未设置连接表 created_at 和 updated_at 值

转载 作者:行者123 更新时间:2023-12-01 11:32:11 24 4
gpt4 key购买 nike

我有两个模型,Product 和 Attribute。 'products' 和 'attributes' 之间有一个 'product_attributes' 连接表。关系在两个模型中都使用 belongsToMany() 定义,表的键是 product_id 和 attribute_id 的组合。

我可以在连接表中成功检索和存储记录 - 因此,一切都按预期运行,除了未设置 product_attributes 中的 created_at 和 updated_at。

以上是设计使然吗?我能做些什么来纠正这个问题吗?

最佳答案

您应该像这样使用带有 timestamps 声明的 belongsToMany 函数:

$this->belongsToMany(<entity>)->withTimestamps();

关于php - 未设置连接表 created_at 和 updated_at 值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31290750/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com