Try to do this at the database level; for example, postgresql executes ALTER SEQUENCE sequence_name RESTART WITH 12345; then test it yourself. When the test is successful, create a new migration file and throw the statement into the migration file. You should know how to customize migration, and then over
Try to do this at the database level; for example, postgresql executes ALTER SEQUENCE sequence_name RESTART WITH 12345; then test it yourself. When the test is successful, create a new migration file and throw the statement into the migration file. You should know how to customize migration, and then over