ktorm icon indicating copy to clipboard operation
ktorm copied to clipboard

Sequence update not as expected when table column with an ON UPDATE CURRENT_TIMESTAMP clause

Open ShineYang opened this issue 1 year ago • 1 comments

updateTime datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP The "updateTime" column can not automatically updated to the current timestamp when I use sequence update. But everything went well with db.update(Table)

ShineYang avatar Dec 19 '23 05:12 ShineYang