Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2022 01:25 PM
yes, by default option allow duplicated values per design.
I will avoid this option and use only use GENERATED ALWAYS AS IDENTITY
Using BY DEFAULT option is worse than not using it at all
in BY Default option,
If I forget to set starting value, the ID will be generated from
a lower value and will grow and overlap existing values.👻