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