Use uuid as value of id

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