DEVICE_ID length

Between which intervalls can an id be?
I´ve set my between 1000 and 9999999(4-7)

Is this wrong?

Device ID is at the top right of the device page on the dashboard next to your SIM number:

Edit: better image and probably shouldn’t put my SIM number on a public forum :slight_smile:

Thanks for the reply, but i meant: How long of an varchar is needed to store the id?

Oh, got it. If you’re using a DB, I’d say to use the integer type. Could be any 32bit integer.

If you’re using a varchar, the 4-7 char length that you put in your first post should be fine

Thanks for the reassurance.

It was kinda stupid of me.
But as long as the id fits in my database it runs really smoothly.