You should not use ids for your unique keys. I suggest creating your own key. The easiest approach is using the randomUUID() method.
You should not use ids for your unique keys. I suggest creating your own key. The easiest approach is using the randomUUID() method.