1
我想使用ORM將日期時間插入到mysql數據庫中。Coldfusion Orm插入日期時間:截斷錯誤
我得到這個錯誤:
Data truncation: Incorrect datetime value: '{ts '2013-11-21 06:33:45'}'
for column 'date' at row 1
我使用這個語法在數據庫中插入:
我想使用ORM將日期時間插入到mysql數據庫中。Coldfusion Orm插入日期時間:截斷錯誤
我得到這個錯誤:
Data truncation: Incorrect datetime value: '{ts '2013-11-21 06:33:45'}'
for column 'date' at row 1
我使用這個語法在數據庫中插入:
嘗試:
MyEntity.setCreationDate(Now())
我已經在我的對象設置此改變你的財產:
這個
property name="creationDate" ormtype="timestamp";