gpt4 book ai didi

mysql - Coldfusion Orm 插入日期时间 : truncate error

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

我正在尝试使用 ORM 将日期时间插入到 mysql 数据库中。

我收到这个错误:

Data truncation: Incorrect datetime value: '{ts '2013-11-21 06:33:45'}' 
for column 'date' at row 1

我正在使用此语法插入数据库:

MyEntity.setCreationDate(Now())

我在我的对象中设置了这个:

property name="creationDate" sqltype="datetime";

最佳答案

尝试改变你的属性:

property name="creationDate" sqltype="datetime";

对此

property name="creationDate" ormtype="timestamp";

关于mysql - Coldfusion Orm 插入日期时间 : truncate error,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20113509/

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