gpt4 book ai didi

php - SQLSTATE[23000] : Integrity constraint violation: 1048 Column 'profile_percentage' cannot be null on doctrine

转载 作者:行者123 更新时间:2023-11-29 17:12:11 30 4
gpt4 key购买 nike

我正在尝试通过这种方式为 yml 文件上的 profile_percentage 字段设置默认值

...
....
profilePercentage:
type: float
column: profile_percentage
nullable: false
options:
comment: Profile surveys completed percentage
default: 0

为了避免手动设置字段

$client->setProfilePercentage(0.0); 

但通过此配置,我收到以下消息:

SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'profile_percentage' cannot be null

最佳答案

默认值不是 100% 可移植的,理论上最安全的方法是在实体构造函数中。

关于php - SQLSTATE[23000] : Integrity constraint violation: 1048 Column 'profile_percentage' cannot be null on doctrine,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51820284/

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