Sorry in advance if this is the wrong topic to post this in.
I am currently working on a website that will display a list of Roblox’s hardest badges. I am trying to have a database store the badge ids for the website (since the list needs to be synced with the website and a Roblox game, and the list will be community maintained), I know that Roblox recently changed badge ids to be 16 digits long, however, I could not find any information about whether badge ids could go over the 16 digit number 2^53 (9007199254740992), which I need to know to properly store and retrieve the badge ids from my database.
If anyone has some information on the topic please let me know. Thank you.