drop-database command


export default {
    async run(){
        await this.database.drop()
    }
};