We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i create three item with order-id and insert in db , then i went swap them .
for example
1 ( 100000000 ) 2 ( 100200000 ) 3 ( 100400000 )
i need set item 3 up to 1
how i can use this package to generate unique order-id lower than 100000000 ??
The text was updated successfully, but these errors were encountered:
Hi.
The library is not intended to produce deterministic results. It produces a random looking number that is based on encrypting a timestamp
Sorry, something went wrong.
thank you
No branches or pull requests
i create three item with order-id and insert in db , then i went swap them .
for example
1 ( 100000000 )
2 ( 100200000 )
3 ( 100400000 )
i need set item 3 up to 1
how i can use this package to generate unique order-id lower than 100000000 ??
The text was updated successfully, but these errors were encountered: