### Proposed new feature or change Add method to restart sequence. Sql statement example for postgresql: ```ALTER SEQUENCE {$sequence} RESTART;``` The sequence does not always start from 1, so the existing method `resetSequence()` cannot be used.
Proposed new feature or change
Add method to restart sequence.
Sql statement example for postgresql:
ALTER SEQUENCE {$sequence} RESTART;The sequence does not always start from 1, so the existing method
resetSequence()cannot be used.