gpt4 book ai didi

PHP:SQLite 将值作为字符串返回

转载 作者:IT王子 更新时间:2023-10-29 06:29:25 25 4
gpt4 key购买 nike

我在 Laravel 中使用 SQLite,发现所有值都以字符串形式返回非常烦人。有没有办法启用自动类型转换(就像 MySQL native 驱动程序 [mysqlnd] 所做的那样)?
我知道 $casts 属性,我正在寻找一个独立于应用程序的解决方案来让数据库驱动程序进行转换。
谢谢!

最佳答案

是的,你可以自动转换。将此属性添加到您的模型。

protected $casts = [
'is_admin' => 'boolean',
'count' => 'integer'
];

关于PHP:SQLite 将值作为字符串返回,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30178272/

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