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
There is a date in the notes, but there is no time for making or changing the application. The time display is useful when several PC maintenance operations are performed per day. To do this, it is enough to change the format of the field in the database.
SQL:
ALTER TABLE itmgmt_comments CHANGE COLUMN DATE_INSERTDATE_INSERT DATETIME NULL AFTER USER_INSERT;
Before:
After:
READY
The text was updated successfully, but these errors were encountered:
There is a date in the notes, but there is no time for making or changing the application. The time display is useful when several PC maintenance operations are performed per day. To do this, it is enough to change the format of the field in the database.
SQL:
Before:
After:
READY
The text was updated successfully, but these errors were encountered: