Question is as it says. I would like to have a Unique ID but only have it have numerical values.
preferably with a length of 8.
Not sure of ID.unique() can provide that.
TL;DR
Developers want to create a unique numerical ID with a length of 8. They are unsure if `ID.unique()` can fulfill this requirement.