@thibaultcha
I am creating custom entities and created migrations lua code having up and down fields containing CREATE and DROP table feature
When I am running the custom plugin and send migrations up command , all tables get created
But if I want to drop the tables, kong doesnot allow migrations down
It says it does not available for kong
So what is the way the drop tables related to custom entities in Kong