gpt4 book ai didi

php - Laravel:从 View 添加字段(用户:批量可分配属性)

转载 作者:行者123 更新时间:2023-11-29 09:36:23 24 4
gpt4 key购买 nike

这是我的User.php,用于批量分配

protected $fillable = [
'name', 'email', 'password', 'address', 'contact_no', 'is_blocked', 'on_hold', 'wallet_bal', 'is_admin'
];

目前这些字段来 self 的表:users

现在我计划添加一个字段,但不是来自 user,而是来自名为 userbal View 表

查看:userBal

enter image description here

我正在尝试添加用户的 total_balance 字段。有什么技巧可以做到这一点吗?

我的表结构

enter image description here

最佳答案

解决方案已存在 here .

(@Gabriel 在评论中回答)

关于php - Laravel:从 View 添加字段(用户:批量可分配属性),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57518394/

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