【发布时间】:2021-07-24 19:41:57
【问题描述】:
我能够将布尔值存储为 0 或 1 ,但突然间它不断向我返回错误
column \"trial\" is of type boolean but expression is of type integer
我正在使用带有 laravel 8 的 postgresql 13
我该如何解决这个问题?
【问题讨论】:
-
展示你的模型和你的桌子
-
@AhmedRafie,php-pgsql 已经在我的系统上更新了,这个问题发生在我所有的 Laravel-Postgres 项目中
标签: laravel postgresql