79325399

Date: 2025-01-03 02:58:08
Score: 0.5
Natty:
Report link

Try to add 'increment'

@PrimaryGeneratedColumn('increment')

or if you use uuid, you can do like this:

@PrimaryGeneratedColumn('uuid')

Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: Hai Alison