Have a somewhat odd request from a client. They want to give each user a unique, sequential numeric identifier that will tie to their WooCommerce orders. Immediately this sounds just like what a User ID already is, but they want it to be 8 digits long.
​
They had looked at using this plugin: [https://davefx.com/en/random-user-id/]) but they would prefer sequential order so they’re not interested.
​
Is there any way to just jump ahead from User 53 to user 10000000 and let it count up from there? I would normally just insert one manually via PHPMyAdmin but this client seems to be struggling to give us access.
[ad_2]