Should i use UUID or INT8 for id?
# help
l
Should i use UUID or INT8 for id?
n
Hello @limzee! This thread has been automatically created from your message in #843999948717555735 a ``few seconds ago``. Pinging @User so that they see this as well! Want to unsubscribe from this thread? Right-click the thread in Discord (or use the ... menu) and select Leave Thread to unsubscribe from future updates. Want to change the title? Use the
/title
command! We have solved your problem? Click the button below to archive it.
s
This is up to you the developer and your project. I generally use UUIDs because they are harder to guess while using a INT8 that is autoincremented can be easily guessed if someone knows one id.
n
limzee (2022-03-26)