You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: