gpt4 book ai didi

mysql - cakephp保存空白输入类型="number"给出NULL

转载 作者:行者123 更新时间:2023-11-30 00:15:06 24 4
gpt4 key购买 nike

我有一个带有数字验证规则的输入表单。可以提供输入或留空。但是当留下黑色蛋糕时,php 尝试将值保存为 NULL,这会引发字段的 mySQL 错误

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

我只是一个空字符串和不保存的字段。

    'age_group' => array(
'numeric' => array(
'rule' => array('numeric'),
//'message' => 'Your custom message here',
'allowEmpty' => true,
//'required' => false,
//'last' => false, // Stop validation after this rule
//'on' => 'create', // Limit validation to 'create' or 'update' operations
),
),

最佳答案

我看错了。我所要做的就是将数据库中的每个字段设置为允许为空。

关于mysql - cakephp保存空白输入类型="number"给出NULL,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23717566/

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