Kong Migration Down Not Working

I have created few tables and ran kong migration up command

But when I am trying to drop tables using kong migration down command it is saying

No such command for migrations: down

What is the process of droping custom entity in Kong

Hello @sharmmoh1983,

You can use kong migrations reset to clear your database and then run the migrations again with kong migrations up.