Closed antond15 closed 4 months ago
lastPlayed is currently only useful in character selection UIs so having more precise value is more convenient.
lastPlayed
DATE can only store values with day precision, while DATETIME can store even miliseconds (seconds in this case).
DATE
DATETIME
lastPlayed
is currently only useful in character selection UIs so having more precise value is more convenient.DATE
can only store values with day precision, whileDATETIME
can store even miliseconds (seconds in this case).