How can I set AUTO_INCREMENT for @PrimaryColumn()?
I know that @PrimaryGeneratedColumn() does this but I want to have ID from the double type.
Is it possible to have @PrimaryGeneratedColumn() with double type? if not have can I set AUTO_INCREMENT for @PrimaryColumn()?