How to implement on existing system with auto incrementing IDs? #124
Unanswered
marlocorridor
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Only the internal ids/states need to use the snowflakes, your regular eloquent models can use whatever you want. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, saw this package on Laravel News.
This package could help me develop the employee Points management feature of our system.
As I understand on the documentation, we need to convert IDs to Snowflakes.
🤔 Could we create only the related models for this feature to use snowflakes?
Could you share your experience so I could ease my hesitation. 😆
Thanks a lot!
Using: laravel nova, livewire
Beta Was this translation helpful? Give feedback.
All reactions