Skip to main content
Module

x/typeorm/src/commands/MigrationRevertCommand.ts>MigrationRevertCommand

Forked from https://github.com/typeorm/typeorm
Latest
class MigrationRevertCommand
implements [yargs.CommandModule]
import { MigrationRevertCommand } from "https://deno.land/x/typeorm@v0.2.23-rc10/src/commands/MigrationRevertCommand.ts";

Reverts last migration command.

Properties

aliases: string
command: string
describe: string

Methods

builder(args: yargs.Argv)
handler(args: yargs.Arguments)