Try to add 'increment'
'increment'
@PrimaryGeneratedColumn('increment')
or if you use uuid, you can do like this:
@PrimaryGeneratedColumn('uuid')