overextended / ox_core

Player and vehicle management and persistence for FiveM.
https://overextended.dev/ox_core
GNU Lesser General Public License v3.0
152 stars 124 forks source link

feat(server): store datetime in lastPlayed column #146

Closed antond15 closed 4 months ago

antond15 commented 4 months ago

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, while DATETIME can store even miliseconds (seconds in this case).