I need to save my users iOS and Android device token into a mySql DB so that I can send out push notifications.
My question now is what length is the device token for iOS and Android, is a column varchar(64) enough for a token?
The Android device token is way longer than iOS device token.
I got 152 characters in the Android. While 64 total in iOS