I am working on a rails 7 app which has devise authentication running properly. I want to implement devise token auth in it. I have set up all the thing but devise token auth produces a migration file and creates users table. Exactly here i am getting the error that users already exist. What should I do.